Html Css Color HEX #CDB645 Old Gold

📋 copy color: '#CDB645'

red 205 ◦ green 182 ◦ blue 69

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

Shades of Old Gold #CDB645

Tints of Old Gold #CDB645

RGB

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

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

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

R = 44.96%
G = 39.91%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB645 (or 0xCDB645) is known color: Old Gold. HEX triplet: CD, B6 and 45. RGB value is (205,182,69). Sum of RGB (Red+Green+Blue) = 205+182+69=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB645 is #3249BA. Grayscale: #B0B0B0. Windows color (decimal): -3295675 or 4568781. OLE color: 4568781.

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

Color convert

RGB 205 182 69 -
CMYK 0 0.11 0.66 0.20
HSL 49.85º 0.58% 0.54% -
HSV(B) 49.85º 0.66% 0.8% -
XYZ 42.98 46.86 12.41 -
YUV 176 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 205 182 69 0 0.11 0.66 0.20 49.85 0.58 0.54
Hex CD B6 45 0 B 42 14 32 3A 36
Octal 315 266 105 0 13 102 24 62 72 66
Binary 11001101 10110110 1000101 0 1011 1000010 10100 110010 111010 110110

Color Harmonies of #CDB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB645

Black with #CDB645

Text Example


Text Example

White with #CDB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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