Html Css Color HEX #CDB045 Old Gold

📋 copy color: '#CDB045'

red 205 ◦ green 176 ◦ blue 69

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

Shades of Old Gold #CDB045

Tints of Old Gold #CDB045

RGB

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

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

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

R = 45.56%
G = 39.11%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB045 (or 0xCDB045) is known color: Old Gold. HEX triplet: CD, B0 and 45. RGB value is (205,176,69). Sum of RGB (Red+Green+Blue) = 205+176+69=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB045 is #324FBA. Grayscale: #ACACAC. Windows color (decimal): -3297211 or 4567245. OLE color: 4567245.

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

Color convert

RGB 205 176 69 -
CMYK 0 0.14 0.66 0.20
HSL 47.21º 0.58% 0.54% -
HSV(B) 47.21º 0.66% 0.8% -
XYZ 41.78 44.46 12.01 -
YUV 172.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 205 176 69 0 0.14 0.66 0.20 47.21 0.58 0.54
Hex CD B0 45 0 E 42 14 2F 3A 36
Octal 315 260 105 0 16 102 24 57 72 66
Binary 11001101 10110000 1000101 0 1110 1000010 10100 101111 111010 110110

Color Harmonies of #CDB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB045

Black with #CDB045

Text Example


Text Example

White with #CDB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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