Html Css Color HEX #CCB930 Old Gold

📋 copy color: '#CCB930'

red 204 ◦ green 185 ◦ blue 48

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

Shades of Old Gold #CCB930

Tints of Old Gold #CCB930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

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

R = 46.68%
G = 42.33%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCB930 (or 0xCCB930) is known color: Old Gold. HEX triplet: CC, B9 and 30. RGB value is (204,185,48). Sum of RGB (Red+Green+Blue) = 204+185+48=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB930 is #3346CF. Grayscale: #AFAFAF. Windows color (decimal): -3360464 or 3193292. OLE color: 3193292.

HSL color Cylindrical-coordinate representation of color #CCB930: hue angle of 52.69º 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 #CCB930 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 48 -
CMYK 0 0.09 0.76 0.2
HSL 52.69º 0.62% 0.49% -
HSV(B) 52.69º 0.76% 0.8% -
XYZ 42.78 47.75 9.76 -
YUV 175.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 204 185 48 0 0.09 0.76 0.2 52.69 0.62 0.49
Hex CC B9 30 0 9 4C 14 35 3E 31
Octal 314 271 60 0 11 114 24 65 76 61
Binary 11001100 10111001 110000 0 1001 1001100 10100 110101 111110 110001

Color Harmonies of #CCB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB930

Black with #CCB930

Text Example


Text Example

White with #CCB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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