Html Css Color HEX #CDB442 Old Gold

📋 copy color: '#CDB442'

red 205 ◦ green 180 ◦ blue 66

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

Shades of Old Gold #CDB442

Tints of Old Gold #CDB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

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

R = 45.45%
G = 39.91%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB442 (or 0xCDB442) is known color: Old Gold. HEX triplet: CD, B4 and 42. RGB value is (205,180,66). Sum of RGB (Red+Green+Blue) = 205+180+66=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB442 is #324BBD. Grayscale: #AEAEAE. Windows color (decimal): -3296190 or 4371661. OLE color: 4371661.

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

Color convert

RGB 205 180 66 -
CMYK 0 0.12 0.68 0.20
HSL 49.21º 0.58% 0.53% -
HSV(B) 49.21º 0.68% 0.8% -
XYZ 42.48 46.02 11.8 -
YUV 174.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 205 180 66 0 0.12 0.68 0.20 49.21 0.58 0.53
Hex CD B4 42 0 C 44 14 31 3A 35
Octal 315 264 102 0 14 104 24 61 72 65
Binary 11001101 10110100 1000010 0 1100 1000100 10100 110001 111010 110101

Color Harmonies of #CDB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB442

Black with #CDB442

Text Example


Text Example

White with #CDB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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