Html Css Color HEX #CCB82C Old Gold

📋 copy color: '#CCB82C'

red 204 ◦ green 184 ◦ blue 44

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

Shades of Old Gold #CCB82C

Tints of Old Gold #CCB82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 47.22%
G = 42.59%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB82C (or 0xCCB82C) is known color: Old Gold. HEX triplet: CC, B8 and 2C. RGB value is (204,184,44). Sum of RGB (Red+Green+Blue) = 204+184+44=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB82C is #3347D3. Grayscale: #AEAEAE. Windows color (decimal): -3360724 or 2930892. OLE color: 2930892.

HSL color Cylindrical-coordinate representation of color #CCB82C: hue angle of 52.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB82C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 44 -
CMYK 0 0.10 0.78 0.2
HSL 52.5º 0.65% 0.49% -
HSV(B) 52.5º 0.78% 0.8% -
XYZ 42.5 47.3 9.27 -
YUV 174.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 204 184 44 0 0.10 0.78 0.2 52.5 0.65 0.49
Hex CC B8 2C 0 A 4E 14 34 41 31
Octal 314 270 54 0 12 116 24 64 101 61
Binary 11001100 10111000 101100 0 1010 1001110 10100 110100 1000001 110001

Color Harmonies of #CCB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB82C

Black with #CCB82C

Text Example


Text Example

White with #CCB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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