Html Css Color HEX #CDB845 Old Gold

📋 copy color: '#CDB845'

red 205 ◦ green 184 ◦ blue 69

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

Shades of Old Gold #CDB845

Tints of Old Gold #CDB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 44.76%
G = 40.17%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB845 (or 0xCDB845) is known color: Old Gold. HEX triplet: CD, B8 and 45. RGB value is (205,184,69). Sum of RGB (Red+Green+Blue) = 205+184+69=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB845 is #3247BA. Grayscale: #B1B1B1. Windows color (decimal): -3295163 or 4569293. OLE color: 4569293.

HSL color Cylindrical-coordinate representation of color #CDB845: hue angle of 50.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDB845 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 69 -
CMYK 0 0.10 0.66 0.20
HSL 50.74º 0.58% 0.54% -
HSV(B) 50.74º 0.66% 0.8% -
XYZ 43.39 47.69 12.55 -
YUV 177.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 205 184 69 0 0.10 0.66 0.20 50.74 0.58 0.54
Hex CD B8 45 0 A 42 14 33 3A 36
Octal 315 270 105 0 12 102 24 63 72 66
Binary 11001101 10111000 1000101 0 1010 1000010 10100 110011 111010 110110

Color Harmonies of #CDB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB845

Black with #CDB845

Text Example


Text Example

White with #CDB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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