Html Css Color HEX #CDB447 Old Gold

📋 copy color: '#CDB447'

red 205 ◦ green 180 ◦ blue 71

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

Shades of Old Gold #CDB447

Tints of Old Gold #CDB447

RGB

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

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

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

R = 44.96%
G = 39.47%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB447 (or 0xCDB447) is known color: Old Gold. HEX triplet: CD, B4 and 47. RGB value is (205,180,71). Sum of RGB (Red+Green+Blue) = 205+180+71=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB447 is #324BB8. Grayscale: #AFAFAF. Windows color (decimal): -3296185 or 4699341. OLE color: 4699341.

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

Color convert

RGB 205 180 71 -
CMYK 0 0.12 0.65 0.20
HSL 48.81º 0.57% 0.54% -
HSV(B) 48.81º 0.65% 0.8% -
XYZ 42.64 46.08 12.61 -
YUV 175.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 205 180 71 0 0.12 0.65 0.20 48.81 0.57 0.54
Hex CD B4 47 0 C 41 14 31 39 36
Octal 315 264 107 0 14 101 24 61 71 66
Binary 11001101 10110100 1000111 0 1100 1000001 10100 110001 111001 110110

Color Harmonies of #CDB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB447

Black with #CDB447

Text Example


Text Example

White with #CDB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB447; }

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

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

background-color css

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

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

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

border-color css

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

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

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