Html Css Color HEX #CDB842 Old Gold

📋 copy color: '#CDB842'

red 205 ◦ green 184 ◦ blue 66

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

Shades of Old Gold #CDB842

Tints of Old Gold #CDB842

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 45.05%
G = 40.44%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB842 (or 0xCDB842) is known color: Old Gold. HEX triplet: CD, B8 and 42. RGB value is (205,184,66). Sum of RGB (Red+Green+Blue) = 205+184+66=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB842 is #3247BD. Grayscale: #B1B1B1. Windows color (decimal): -3295166 or 4372685. OLE color: 4372685.

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

Color convert

RGB 205 184 66 -
CMYK 0 0.10 0.68 0.20
HSL 50.94º 0.58% 0.53% -
HSV(B) 50.94º 0.68% 0.8% -
XYZ 43.3 47.65 12.07 -
YUV 176.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 205 184 66 0 0.10 0.68 0.20 50.94 0.58 0.53
Hex CD B8 42 0 A 44 14 33 3A 35
Octal 315 270 102 0 12 104 24 63 72 65
Binary 11001101 10111000 1000010 0 1010 1000100 10100 110011 111010 110101

Color Harmonies of #CDB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB842

Black with #CDB842

Text Example


Text Example

White with #CDB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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