Html Css Color HEX #CDC03C Old Gold

📋 copy color: '#CDC03C'

red 205 ◦ green 192 ◦ blue 60

#CDC03C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CDC03C

Tints of Old Gold #CDC03C

RGB

 RED value IS 205 (80.47% from 255) = 44.86%

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 44.86%
G = 42.01%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDC03C (or 0xCDC03C) is known color: Old Gold. HEX triplet: CD, C0 and 3C. RGB value is (205,192,60). Sum of RGB (Red+Green+Blue) = 205+192+60=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC03C is #323FC3. Grayscale: #B5B5B5. Windows color (decimal): -3293124 or 3981517. OLE color: 3981517.

HSL color Cylindrical-coordinate representation of color #CDC03C: hue angle of 54.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDC03C is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 60 -
CMYK 0 0.06 0.71 0.20
HSL 54.62º 0.59% 0.52% -
HSV(B) 54.62º 0.71% 0.8% -
XYZ 44.84 51 11.76 -
YUV 180.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 205 192 60 0 0.06 0.71 0.20 54.62 0.59 0.52
Hex CD C0 3C 0 6 47 14 37 3B 34
Octal 315 300 74 0 6 107 24 67 73 64
Binary 11001101 11000000 111100 0 110 1000111 10100 110111 111011 110100

Color Harmonies of #CDC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC03C

Black with #CDC03C

Text Example


Text Example

White with #CDC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC03C; }

 p { color: rgb(205,192,60); }

 H1.HeaderClassName
 {
   color: #CDC03C;
 }
 .AnyTagClassName
 {
   color: #CDC03C;
 }
</style>

background-color css

<style>
 a { background-color: #CDC03C; }

 a { background-color: rgb(205,192,60); }

 div.DivClassName
 {
   background-color: #CDC03C;
 }
 .BgClassName
 {
   background-color: #CDC03C;
 }
</style>

border-color css

<style>
 span { border-color: #CDC03C; }

 span { border-color: rgb(205,192,60); }

 td.TdClassName
 {
   border-color: #CDC03C;
 }
 .TagClassName
 {
   border-color: #CDC03C;
 }
</style>