Html Css Color HEX #CDB144 Old Gold

📋 copy color: '#CDB144'

red 205 ◦ green 177 ◦ blue 68

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

Shades of Old Gold #CDB144

Tints of Old Gold #CDB144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

 BLUE value IS 68 (26.95% from 255) = 15.11%

R = 45.56%
G = 39.33%
B = 15.11%

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

#CDB144 (or 0xCDB144) is known color: Old Gold. HEX triplet: CD, B1 and 44. RGB value is (205,177,68). Sum of RGB (Red+Green+Blue) = 205+177+68=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB144 is #324EBB. Grayscale: #ADADAD. Windows color (decimal): -3296956 or 4501965. OLE color: 4501965.

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

Color convert

RGB 205 177 68 -
CMYK 0 0.14 0.67 0.20
HSL 47.74º 0.58% 0.54% -
HSV(B) 47.74º 0.67% 0.8% -
XYZ 41.94 44.84 11.91 -
YUV 172.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 205 177 68 0 0.14 0.67 0.20 47.74 0.58 0.54
Hex CD B1 44 0 E 43 14 30 3A 36
Octal 315 261 104 0 16 103 24 60 72 66
Binary 11001101 10110001 1000100 0 1110 1000011 10100 110000 111010 110110

Color Harmonies of #CDB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB144

Black with #CDB144

Text Example


Text Example

White with #CDB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB144; }

 p { color: rgb(205,177,68); }

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

background-color css

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

 a { background-color: rgb(205,177,68); }

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

border-color css

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

 span { border-color: rgb(205,177,68); }

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