Html Css Color HEX #CDB334 Old Gold

📋 copy color: '#CDB334'

red 205 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #CDB334

Tints of Old Gold #CDB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 47.02%
G = 41.06%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB334 (or 0xCDB334) is known color: Old Gold. HEX triplet: CD, B3 and 34. RGB value is (205,179,52). Sum of RGB (Red+Green+Blue) = 205+179+52=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB334 is #324CCB. Grayscale: #ACACAC. Windows color (decimal): -3296460 or 3453901. OLE color: 3453901.

HSL color Cylindrical-coordinate representation of color #CDB334: hue angle of 49.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDB334 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 52 -
CMYK 0 0.13 0.75 0.20
HSL 49.8º 0.6% 0.5% -
HSV(B) 49.8º 0.75% 0.8% -
XYZ 41.92 45.47 9.82 -
YUV 172.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 205 179 52 0 0.13 0.75 0.20 49.8 0.6 0.5
Hex CD B3 34 0 D 4B 14 32 3C 32
Octal 315 263 64 0 15 113 24 62 74 62
Binary 11001101 10110011 110100 0 1101 1001011 10100 110010 111100 110010

Color Harmonies of #CDB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB334

Black with #CDB334

Text Example


Text Example

White with #CDB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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