Html Css Color HEX #CCB330 Old Gold

📋 copy color: '#CCB330'

red 204 ◦ green 179 ◦ blue 48

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

Shades of Old Gold #CCB330

Tints of Old Gold #CCB330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 47.33%
G = 41.53%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCB330 (or 0xCCB330) is known color: Old Gold. HEX triplet: CC, B3 and 30. RGB value is (204,179,48). Sum of RGB (Red+Green+Blue) = 204+179+48=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB330 is #334CCF. Grayscale: #ACACAC. Windows color (decimal): -3362000 or 3191756. OLE color: 3191756.

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

Color convert

RGB 204 179 48 -
CMYK 0 0.12 0.76 0.2
HSL 50.38º 0.62% 0.49% -
HSV(B) 50.38º 0.76% 0.8% -
XYZ 41.56 45.29 9.35 -
YUV 171.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 204 179 48 0 0.12 0.76 0.2 50.38 0.62 0.49
Hex CC B3 30 0 C 4C 14 32 3E 31
Octal 314 263 60 0 14 114 24 62 76 61
Binary 11001100 10110011 110000 0 1100 1001100 10100 110010 111110 110001

Color Harmonies of #CCB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB330

Black with #CCB330

Text Example


Text Example

White with #CCB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB330; }

 p { color: rgb(204,179,48); }

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

background-color css

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

 a { background-color: rgb(204,179,48); }

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

border-color css

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

 span { border-color: rgb(204,179,48); }

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