Html Css Color HEX #CCB848 Old Gold

📋 copy color: '#CCB848'

red 204 ◦ green 184 ◦ blue 72

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

Shades of Old Gold #CCB848

Tints of Old Gold #CCB848

RGB

 RED value IS 204 (80.08% from 255) = 44.35%

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

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

R = 44.35%
G = 40%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB848 (or 0xCCB848) is known color: Old Gold. HEX triplet: CC, B8 and 48. RGB value is (204,184,72). Sum of RGB (Red+Green+Blue) = 204+184+72=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB848 is #3347B7. Grayscale: #B1B1B1. Windows color (decimal): -3360696 or 4765900. OLE color: 4765900.

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

Color convert

RGB 204 184 72 -
CMYK 0 0.10 0.65 0.2
HSL 50.91º 0.56% 0.54% -
HSV(B) 50.91º 0.65% 0.8% -
XYZ 43.21 47.59 13.04 -
YUV 177.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 204 184 72 0 0.10 0.65 0.2 50.91 0.56 0.54
Hex CC B8 48 0 A 41 14 33 38 36
Octal 314 270 110 0 12 101 24 63 70 66
Binary 11001100 10111000 1001000 0 1010 1000001 10100 110011 111000 110110

Color Harmonies of #CCB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB848

Black with #CCB848

Text Example


Text Example

White with #CCB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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