Html Css Color HEX #CDC037 Old Gold

📋 copy color: '#CDC037'

red 205 ◦ green 192 ◦ blue 55

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

Shades of Old Gold #CDC037

Tints of Old Gold #CDC037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 45.35%
G = 42.48%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDC037 (or 0xCDC037) is known color: Old Gold. HEX triplet: CD, C0 and 37. RGB value is (205,192,55). Sum of RGB (Red+Green+Blue) = 205+192+55=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC037 is #323FC8. Grayscale: #B4B4B4. Windows color (decimal): -3293129 or 3653837. OLE color: 3653837.

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

Color convert

RGB 205 192 55 -
CMYK 0 0.06 0.73 0.20
HSL 54.8º 0.6% 0.51% -
HSV(B) 54.8º 0.73% 0.8% -
XYZ 44.72 50.95 11.09 -
YUV 180.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 205 192 55 0 0.06 0.73 0.20 54.8 0.6 0.51
Hex CD C0 37 0 6 49 14 37 3C 33
Octal 315 300 67 0 6 111 24 67 74 63
Binary 11001101 11000000 110111 0 110 1001001 10100 110111 111100 110011

Color Harmonies of #CDC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC037

Black with #CDC037

Text Example


Text Example

White with #CDC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC037; }

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

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

background-color css

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

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

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

border-color css

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

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

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