Html Css Color HEX #CDB636 Old Gold

📋 copy color: '#CDB636'

red 205 ◦ green 182 ◦ blue 54

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

Shades of Old Gold #CDB636

Tints of Old Gold #CDB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 46.49%
G = 41.27%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB636 (or 0xCDB636) is known color: Old Gold. HEX triplet: CD, B6 and 36. RGB value is (205,182,54). Sum of RGB (Red+Green+Blue) = 205+182+54=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB636 is #3249C9. Grayscale: #AEAEAE. Windows color (decimal): -3295690 or 3585741. OLE color: 3585741.

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

Color convert

RGB 205 182 54 -
CMYK 0 0.11 0.74 0.20
HSL 50.86º 0.6% 0.51% -
HSV(B) 50.86º 0.74% 0.8% -
XYZ 42.57 46.7 10.26 -
YUV 174.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 205 182 54 0 0.11 0.74 0.20 50.86 0.6 0.51
Hex CD B6 36 0 B 4A 14 33 3C 33
Octal 315 266 66 0 13 112 24 63 74 63
Binary 11001101 10110110 110110 0 1011 1001010 10100 110011 111100 110011

Color Harmonies of #CDB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB636

Black with #CDB636

Text Example


Text Example

White with #CDB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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