Html Css Color HEX #CDB446 Old Gold

📋 copy color: '#CDB446'

red 205 ◦ green 180 ◦ blue 70

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

Shades of Old Gold #CDB446

Tints of Old Gold #CDB446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.38%

R = 45.05%
G = 39.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CDB446 (or 0xCDB446) is known color: Old Gold. HEX triplet: CD, B4 and 46. RGB value is (205,180,70). Sum of RGB (Red+Green+Blue) = 205+180+70=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB446 is #324BB9. Grayscale: #AFAFAF. Windows color (decimal): -3296186 or 4633805. OLE color: 4633805.

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

Color convert

RGB 205 180 70 -
CMYK 0 0.12 0.66 0.20
HSL 48.89º 0.57% 0.54% -
HSV(B) 48.89º 0.66% 0.8% -
XYZ 42.6 46.06 12.44 -
YUV 174.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 205 180 70 0 0.12 0.66 0.20 48.89 0.57 0.54
Hex CD B4 46 0 C 42 14 31 39 36
Octal 315 264 106 0 14 102 24 61 71 66
Binary 11001101 10110100 1000110 0 1100 1000010 10100 110001 111001 110110

Color Harmonies of #CDB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB446

Black with #CDB446

Text Example


Text Example

White with #CDB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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