Html Css Color HEX #CDB245 Old Gold

📋 copy color: '#CDB245'

red 205 ◦ green 178 ◦ blue 69

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

Shades of Old Gold #CDB245

Tints of Old Gold #CDB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.38%

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

R = 45.35%
G = 39.38%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB245 (or 0xCDB245) is known color: Old Gold. HEX triplet: CD, B2 and 45. RGB value is (205,178,69). Sum of RGB (Red+Green+Blue) = 205+178+69=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB245 is #324DBA. Grayscale: #AEAEAE. Windows color (decimal): -3296699 or 4567757. OLE color: 4567757.

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

Color convert

RGB 205 178 69 -
CMYK 0 0.13 0.66 0.20
HSL 48.09º 0.58% 0.54% -
HSV(B) 48.09º 0.66% 0.8% -
XYZ 42.17 45.25 12.14 -
YUV 173.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 205 178 69 0 0.13 0.66 0.20 48.09 0.58 0.54
Hex CD B2 45 0 D 42 14 30 3A 36
Octal 315 262 105 0 15 102 24 60 72 66
Binary 11001101 10110010 1000101 0 1101 1000010 10100 110000 111010 110110

Color Harmonies of #CDB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB245

Black with #CDB245

Text Example


Text Example

White with #CDB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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