Html Css Color HEX #CDB043 Old Gold

📋 copy color: '#CDB043'

red 205 ◦ green 176 ◦ blue 67

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

Shades of Old Gold #CDB043

Tints of Old Gold #CDB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 45.76%
G = 39.29%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB043 (or 0xCDB043) is known color: Old Gold. HEX triplet: CD, B0 and 43. RGB value is (205,176,67). Sum of RGB (Red+Green+Blue) = 205+176+67=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB043 is #324FBC. Grayscale: #ACACAC. Windows color (decimal): -3297213 or 4436173. OLE color: 4436173.

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

Color convert

RGB 205 176 67 -
CMYK 0 0.14 0.67 0.20
HSL 47.39º 0.58% 0.53% -
HSV(B) 47.39º 0.67% 0.8% -
XYZ 41.72 44.44 11.69 -
YUV 172.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 205 176 67 0 0.14 0.67 0.20 47.39 0.58 0.53
Hex CD B0 43 0 E 43 14 2F 3A 35
Octal 315 260 103 0 16 103 24 57 72 65
Binary 11001101 10110000 1000011 0 1110 1000011 10100 101111 111010 110101

Color Harmonies of #CDB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB043

Black with #CDB043

Text Example


Text Example

White with #CDB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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