Html Css Color HEX #CDC039 Old Gold

📋 copy color: '#CDC039'

red 205 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #CDC039

Tints of Old Gold #CDC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 45.15%
G = 42.29%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDC039 (or 0xCDC039) is known color: Old Gold. HEX triplet: CD, C0 and 39. RGB value is (205,192,57). Sum of RGB (Red+Green+Blue) = 205+192+57=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC039 is #323FC6. Grayscale: #B5B5B5. Windows color (decimal): -3293127 or 3784909. OLE color: 3784909.

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

Color convert

RGB 205 192 57 -
CMYK 0 0.06 0.72 0.20
HSL 54.73º 0.6% 0.51% -
HSV(B) 54.73º 0.72% 0.8% -
XYZ 44.77 50.97 11.35 -
YUV 180.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 205 192 57 0 0.06 0.72 0.20 54.73 0.6 0.51
Hex CD C0 39 0 6 48 14 37 3C 33
Octal 315 300 71 0 6 110 24 67 74 63
Binary 11001101 11000000 111001 0 110 1001000 10100 110111 111100 110011

Color Harmonies of #CDC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC039

Black with #CDC039

Text Example


Text Example

White with #CDC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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