Html Css Color HEX #CC9D25 Galliano

📋 copy color: '#CC9D25'

red 204 ◦ green 157 ◦ blue 37

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

Shades of Galliano #CC9D25

Tints of Galliano #CC9D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 51.26%
G = 39.45%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9D25 (or 0xCC9D25) is known color: Galliano. HEX triplet: CC, 9D and 25. RGB value is (204,157,37). Sum of RGB (Red+Green+Blue) = 204+157+37=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D25 is #3362DA. Grayscale: #9D9D9D. Windows color (decimal): -3367643 or 2465228. OLE color: 2465228.

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

Color convert

RGB 204 157 37 -
CMYK 0 0.23 0.82 0.2
HSL 43.11º 0.69% 0.47% -
HSV(B) 43.11º 0.82% 0.8% -
XYZ 37.29 37.08 6.94 -
YUV 157.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 204 157 37 0 0.23 0.82 0.2 43.11 0.69 0.47
Hex CC 9D 25 0 17 52 14 2B 45 2F
Octal 314 235 45 0 27 122 24 53 105 57
Binary 11001100 10011101 100101 0 10111 1010010 10100 101011 1000101 101111

Color Harmonies of #CC9D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D25

Black with #CC9D25

Text Example


Text Example

White with #CC9D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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