Html Css Color HEX #CDB848 Old Gold

📋 copy color: '#CDB848'

red 205 ◦ green 184 ◦ blue 72

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

Shades of Old Gold #CDB848

Tints of Old Gold #CDB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 72 (28.52% from 255) = 15.62%

R = 44.47%
G = 39.91%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB848 (or 0xCDB848) is known color: Old Gold. HEX triplet: CD, B8 and 48. RGB value is (205,184,72). Sum of RGB (Red+Green+Blue) = 205+184+72=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB848 is #3247B7. Grayscale: #B1B1B1. Windows color (decimal): -3295160 or 4765901. OLE color: 4765901.

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

Color convert

RGB 205 184 72 -
CMYK 0 0.10 0.65 0.20
HSL 50.53º 0.57% 0.54% -
HSV(B) 50.53º 0.65% 0.8% -
XYZ 43.49 47.73 13.05 -
YUV 177.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 205 184 72 0 0.10 0.65 0.20 50.53 0.57 0.54
Hex CD B8 48 0 A 41 14 33 39 36
Octal 315 270 110 0 12 101 24 63 71 66
Binary 11001101 10111000 1001000 0 1010 1000001 10100 110011 111001 110110

Color Harmonies of #CDB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB848

Black with #CDB848

Text Example


Text Example

White with #CDB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB848; }

 p { color: rgb(205,184,72); }

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

background-color css

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

 a { background-color: rgb(205,184,72); }

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

border-color css

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

 span { border-color: rgb(205,184,72); }

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