Html Css Color HEX #CDB342 Old Gold

📋 copy color: '#CDB342'

red 205 ◦ green 179 ◦ blue 66

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

Shades of Old Gold #CDB342

Tints of Old Gold #CDB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

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

R = 45.56%
G = 39.78%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB342 (or 0xCDB342) is known color: Old Gold. HEX triplet: CD, B3 and 42. RGB value is (205,179,66). Sum of RGB (Red+Green+Blue) = 205+179+66=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB342 is #324CBD. Grayscale: #AEAEAE. Windows color (decimal): -3296446 or 4371405. OLE color: 4371405.

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

Color convert

RGB 205 179 66 -
CMYK 0 0.13 0.68 0.20
HSL 48.78º 0.58% 0.53% -
HSV(B) 48.78º 0.68% 0.8% -
XYZ 42.28 45.61 11.73 -
YUV 173.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 205 179 66 0 0.13 0.68 0.20 48.78 0.58 0.53
Hex CD B3 42 0 D 44 14 31 3A 35
Octal 315 263 102 0 15 104 24 61 72 65
Binary 11001101 10110011 1000010 0 1101 1000100 10100 110001 111010 110101

Color Harmonies of #CDB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB342

Black with #CDB342

Text Example


Text Example

White with #CDB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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