Html Css Color HEX #CCB730 Old Gold

📋 copy color: '#CCB730'

red 204 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CCB730

Tints of Old Gold #CCB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 46.9%
G = 42.07%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCB730 (or 0xCCB730) is known color: Old Gold. HEX triplet: CC, B7 and 30. RGB value is (204,183,48). Sum of RGB (Red+Green+Blue) = 204+183+48=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB730 is #3348CF. Grayscale: #AEAEAE. Windows color (decimal): -3360976 or 3192780. OLE color: 3192780.

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

Color convert

RGB 204 183 48 -
CMYK 0 0.10 0.76 0.2
HSL 51.92º 0.62% 0.49% -
HSV(B) 51.92º 0.76% 0.8% -
XYZ 42.37 46.92 9.62 -
YUV 173.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 204 183 48 0 0.10 0.76 0.2 51.92 0.62 0.49
Hex CC B7 30 0 A 4C 14 34 3E 31
Octal 314 267 60 0 12 114 24 64 76 61
Binary 11001100 10110111 110000 0 1010 1001100 10100 110100 111110 110001

Color Harmonies of #CCB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB730

Black with #CCB730

Text Example


Text Example

White with #CCB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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