Html Css Color HEX #CDB036 Old Gold

📋 copy color: '#CDB036'

red 205 ◦ green 176 ◦ blue 54

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

Shades of Old Gold #CDB036

Tints of Old Gold #CDB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 47.13%
G = 40.46%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB036 (or 0xCDB036) is known color: Old Gold. HEX triplet: CD, B0 and 36. RGB value is (205,176,54). Sum of RGB (Red+Green+Blue) = 205+176+54=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB036 is #324FC9. Grayscale: #ABABAB. Windows color (decimal): -3297226 or 3584205. OLE color: 3584205.

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

Color convert

RGB 205 176 54 -
CMYK 0 0.14 0.74 0.20
HSL 48.48º 0.6% 0.51% -
HSV(B) 48.48º 0.74% 0.8% -
XYZ 41.37 44.3 9.86 -
YUV 170.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 205 176 54 0 0.14 0.74 0.20 48.48 0.6 0.51
Hex CD B0 36 0 E 4A 14 30 3C 33
Octal 315 260 66 0 16 112 24 60 74 63
Binary 11001101 10110000 110110 0 1110 1001010 10100 110000 111100 110011

Color Harmonies of #CDB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB036

Black with #CDB036

Text Example


Text Example

White with #CDB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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