Html Css Color HEX #CDB742 Old Gold

📋 copy color: '#CDB742'

red 205 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #CDB742

Tints of Old Gold #CDB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 45.15%
G = 40.31%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB742 (or 0xCDB742) is known color: Old Gold. HEX triplet: CD, B7 and 42. RGB value is (205,183,66). Sum of RGB (Red+Green+Blue) = 205+183+66=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB742 is #3248BD. Grayscale: #B0B0B0. Windows color (decimal): -3295422 or 4372429. OLE color: 4372429.

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

Color convert

RGB 205 183 66 -
CMYK 0 0.11 0.68 0.20
HSL 50.5º 0.58% 0.53% -
HSV(B) 50.5º 0.68% 0.8% -
XYZ 43.09 47.24 12 -
YUV 176.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 205 183 66 0 0.11 0.68 0.20 50.5 0.58 0.53
Hex CD B7 42 0 B 44 14 33 3A 35
Octal 315 267 102 0 13 104 24 63 72 65
Binary 11001101 10110111 1000010 0 1011 1000100 10100 110011 111010 110101

Color Harmonies of #CDB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB742

Black with #CDB742

Text Example


Text Example

White with #CDB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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