Html Css Color HEX #CCAE26 Galliano

📋 copy color: '#CCAE26'

red 204 ◦ green 174 ◦ blue 38

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

Shades of Galliano #CCAE26

Tints of Galliano #CCAE26

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 38 (15.23% from 255) = 9.13%

R = 49.04%
G = 41.83%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCAE26 (or 0xCCAE26) is known color: Galliano. HEX triplet: CC, AE and 26. RGB value is (204,174,38). Sum of RGB (Red+Green+Blue) = 204+174+38=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE26 is #3351D9. Grayscale: #A8A8A8. Windows color (decimal): -3363290 or 2535116. OLE color: 2535116.

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

Color convert

RGB 204 174 38 -
CMYK 0 0.15 0.81 0.2
HSL 49.16º 0.69% 0.47% -
HSV(B) 49.16º 0.81% 0.8% -
XYZ 40.39 43.25 8.05 -
YUV 167.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 204 174 38 0 0.15 0.81 0.2 49.16 0.69 0.47
Hex CC AE 26 0 F 51 14 31 45 2F
Octal 314 256 46 0 17 121 24 61 105 57
Binary 11001100 10101110 100110 0 1111 1010001 10100 110001 1000101 101111

Color Harmonies of #CCAE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE26

Black with #CCAE26

Text Example


Text Example

White with #CCAE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE26; }

 p { color: rgb(204,174,38); }

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

background-color css

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

 a { background-color: rgb(204,174,38); }

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

border-color css

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

 span { border-color: rgb(204,174,38); }

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