Html Css Color HEX #CCB325 Galliano

📋 copy color: '#CCB325'

red 204 ◦ green 179 ◦ blue 37

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

Shades of Galliano #CCB325

Tints of Galliano #CCB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 48.57%
G = 42.62%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB325 (or 0xCCB325) is known color: Galliano. HEX triplet: CC, B3 and 25. RGB value is (204,179,37). Sum of RGB (Red+Green+Blue) = 204+179+37=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB325 is #334CDA. Grayscale: #AAAAAA. Windows color (decimal): -3362011 or 2470860. OLE color: 2470860.

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

Color convert

RGB 204 179 37 -
CMYK 0 0.12 0.82 0.2
HSL 51.02º 0.69% 0.47% -
HSV(B) 51.02º 0.82% 0.8% -
XYZ 41.36 45.21 8.3 -
YUV 170.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 204 179 37 0 0.12 0.82 0.2 51.02 0.69 0.47
Hex CC B3 25 0 C 52 14 33 45 2F
Octal 314 263 45 0 14 122 24 63 105 57
Binary 11001100 10110011 100101 0 1100 1010010 10100 110011 1000101 101111

Color Harmonies of #CCB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB325

Black with #CCB325

Text Example


Text Example

White with #CCB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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