Html Css Color HEX #CDB142 Old Gold

📋 copy color: '#CDB142'

red 205 ◦ green 177 ◦ blue 66

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

Shades of Old Gold #CDB142

Tints of Old Gold #CDB142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 45.76%
G = 39.51%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB142 (or 0xCDB142) is known color: Old Gold. HEX triplet: CD, B1 and 42. RGB value is (205,177,66). Sum of RGB (Red+Green+Blue) = 205+177+66=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB142 is #324EBD. Grayscale: #ADADAD. Windows color (decimal): -3296958 or 4370893. OLE color: 4370893.

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

Color convert

RGB 205 177 66 -
CMYK 0 0.14 0.68 0.20
HSL 47.91º 0.58% 0.53% -
HSV(B) 47.91º 0.68% 0.8% -
XYZ 41.88 44.82 11.6 -
YUV 172.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 205 177 66 0 0.14 0.68 0.20 47.91 0.58 0.53
Hex CD B1 42 0 E 44 14 30 3A 35
Octal 315 261 102 0 16 104 24 60 72 65
Binary 11001101 10110001 1000010 0 1110 1000100 10100 110000 111010 110101

Color Harmonies of #CDB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB142

Black with #CDB142

Text Example


Text Example

White with #CDB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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