Html Css Color HEX #CDB344 Old Gold

📋 copy color: '#CDB344'

red 205 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #CDB344

Tints of Old Gold #CDB344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 45.35%
G = 39.6%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB344 (or 0xCDB344) is known color: Old Gold. HEX triplet: CD, B3 and 44. RGB value is (205,179,68). Sum of RGB (Red+Green+Blue) = 205+179+68=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB344 is #324CBB. Grayscale: #AEAEAE. Windows color (decimal): -3296444 or 4502477. OLE color: 4502477.

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

Color convert

RGB 205 179 68 -
CMYK 0 0.13 0.67 0.20
HSL 48.61º 0.58% 0.54% -
HSV(B) 48.61º 0.67% 0.8% -
XYZ 42.34 45.64 12.05 -
YUV 174.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 205 179 68 0 0.13 0.67 0.20 48.61 0.58 0.54
Hex CD B3 44 0 D 43 14 31 3A 36
Octal 315 263 104 0 15 103 24 61 72 66
Binary 11001101 10110011 1000100 0 1101 1000011 10100 110001 111010 110110

Color Harmonies of #CDB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB344

Black with #CDB344

Text Example


Text Example

White with #CDB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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