Html Css Color HEX #CDB642 Old Gold

📋 copy color: '#CDB642'

red 205 ◦ green 182 ◦ blue 66

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

Shades of Old Gold #CDB642

Tints of Old Gold #CDB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 45.25%
G = 40.18%
B = 14.57%

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

#CDB642 (or 0xCDB642) is known color: Old Gold. HEX triplet: CD, B6 and 42. RGB value is (205,182,66). Sum of RGB (Red+Green+Blue) = 205+182+66=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB642 is #3249BD. Grayscale: #B0B0B0. Windows color (decimal): -3295678 or 4372173. OLE color: 4372173.

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

Color convert

RGB 205 182 66 -
CMYK 0 0.11 0.68 0.20
HSL 50.07º 0.58% 0.53% -
HSV(B) 50.07º 0.68% 0.8% -
XYZ 42.89 46.83 11.93 -
YUV 175.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 205 182 66 0 0.11 0.68 0.20 50.07 0.58 0.53
Hex CD B6 42 0 B 44 14 32 3A 35
Octal 315 266 102 0 13 104 24 62 72 65
Binary 11001101 10110110 1000010 0 1011 1000100 10100 110010 111010 110101

Color Harmonies of #CDB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB642

Black with #CDB642

Text Example


Text Example

White with #CDB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB642; }

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

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

background-color css

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

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

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

border-color css

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

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

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