Html Css Color HEX #CCB125 Galliano

📋 copy color: '#CCB125'

red 204 ◦ green 177 ◦ blue 37

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

Shades of Galliano #CCB125

Tints of Galliano #CCB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 48.8%
G = 42.34%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB125 (or 0xCCB125) is known color: Galliano. HEX triplet: CC, B1 and 25. RGB value is (204,177,37). Sum of RGB (Red+Green+Blue) = 204+177+37=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB125 is #334EDA. Grayscale: #A9A9A9. Windows color (decimal): -3362523 or 2470348. OLE color: 2470348.

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

Color convert

RGB 204 177 37 -
CMYK 0 0.13 0.82 0.2
HSL 50.3º 0.69% 0.47% -
HSV(B) 50.3º 0.82% 0.8% -
XYZ 40.96 44.42 8.16 -
YUV 169.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 204 177 37 0 0.13 0.82 0.2 50.3 0.69 0.47
Hex CC B1 25 0 D 52 14 32 45 2F
Octal 314 261 45 0 15 122 24 62 105 57
Binary 11001100 10110001 100101 0 1101 1010010 10100 110010 1000101 101111

Color Harmonies of #CCB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB125

Black with #CCB125

Text Example


Text Example

White with #CCB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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