Html Css Color HEX #CDB347 Old Gold

📋 copy color: '#CDB347'

red 205 ◦ green 179 ◦ blue 71

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

Shades of Old Gold #CDB347

Tints of Old Gold #CDB347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.6%

R = 45.05%
G = 39.34%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB347 (or 0xCDB347) is known color: Old Gold. HEX triplet: CD, B3 and 47. RGB value is (205,179,71). Sum of RGB (Red+Green+Blue) = 205+179+71=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB347 is #324CB8. Grayscale: #AEAEAE. Windows color (decimal): -3296441 or 4699085. OLE color: 4699085.

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

Color convert

RGB 205 179 71 -
CMYK 0 0.13 0.65 0.20
HSL 48.36º 0.57% 0.54% -
HSV(B) 48.36º 0.65% 0.8% -
XYZ 42.43 45.67 12.54 -
YUV 174.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 205 179 71 0 0.13 0.65 0.20 48.36 0.57 0.54
Hex CD B3 47 0 D 41 14 30 39 36
Octal 315 263 107 0 15 101 24 60 71 66
Binary 11001101 10110011 1000111 0 1101 1000001 10100 110000 111001 110110

Color Harmonies of #CDB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB347

Black with #CDB347

Text Example


Text Example

White with #CDB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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