Html Css Color HEX #CDC036 Old Gold

📋 copy color: '#CDC036'

red 205 ◦ green 192 ◦ blue 54

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

Shades of Old Gold #CDC036

Tints of Old Gold #CDC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.97%

R = 45.45%
G = 42.57%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDC036 (or 0xCDC036) is known color: Old Gold. HEX triplet: CD, C0 and 36. RGB value is (205,192,54). Sum of RGB (Red+Green+Blue) = 205+192+54=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC036 is #323FC9. Grayscale: #B4B4B4. Windows color (decimal): -3293130 or 3588301. OLE color: 3588301.

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

Color convert

RGB 205 192 54 -
CMYK 0 0.06 0.74 0.20
HSL 54.83º 0.6% 0.51% -
HSV(B) 54.83º 0.74% 0.8% -
XYZ 44.69 50.94 10.97 -
YUV 180.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 205 192 54 0 0.06 0.74 0.20 54.83 0.6 0.51
Hex CD C0 36 0 6 4A 14 37 3C 33
Octal 315 300 66 0 6 112 24 67 74 63
Binary 11001101 11000000 110110 0 110 1001010 10100 110111 111100 110011

Color Harmonies of #CDC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC036

Black with #CDC036

Text Example


Text Example

White with #CDC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC036; }

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

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

background-color css

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

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

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

border-color css

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

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

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