Html Css Color HEX #CDB836 Old Gold

📋 copy color: '#CDB836'

red 205 ◦ green 184 ◦ blue 54

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

Shades of Old Gold #CDB836

Tints of Old Gold #CDB836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 46.28%
G = 41.53%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB836 (or 0xCDB836) is known color: Old Gold. HEX triplet: CD, B8 and 36. RGB value is (205,184,54). Sum of RGB (Red+Green+Blue) = 205+184+54=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB836 is #3247C9. Grayscale: #B0B0B0. Windows color (decimal): -3295178 or 3586253. OLE color: 3586253.

HSL color Cylindrical-coordinate representation of color #CDB836: hue angle of 51.66º 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 #CDB836 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 54 -
CMYK 0 0.10 0.74 0.20
HSL 51.66º 0.6% 0.51% -
HSV(B) 51.66º 0.74% 0.8% -
XYZ 42.98 47.53 10.4 -
YUV 175.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 205 184 54 0 0.10 0.74 0.20 51.66 0.6 0.51
Hex CD B8 36 0 A 4A 14 34 3C 33
Octal 315 270 66 0 12 112 24 64 74 63
Binary 11001101 10111000 110110 0 1010 1001010 10100 110100 111100 110011

Color Harmonies of #CDB836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB836

Black with #CDB836

Text Example


Text Example

White with #CDB836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB836; }

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

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

background-color css

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

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

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

border-color css

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

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

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