Html Css Color HEX #CCAD26 Galliano

📋 copy color: '#CCAD26'

red 204 ◦ green 173 ◦ blue 38

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

Shades of Galliano #CCAD26

Tints of Galliano #CCAD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 49.16%
G = 41.69%
B = 9.16%

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

#CCAD26 (or 0xCCAD26) is known color: Galliano. HEX triplet: CC, AD and 26. RGB value is (204,173,38). Sum of RGB (Red+Green+Blue) = 204+173+38=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD26 is #3352D9. Grayscale: #A7A7A7. Windows color (decimal): -3363546 or 2534860. OLE color: 2534860.

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

Color convert

RGB 204 173 38 -
CMYK 0 0.15 0.81 0.2
HSL 48.8º 0.69% 0.47% -
HSV(B) 48.8º 0.81% 0.8% -
XYZ 40.2 42.86 7.99 -
YUV 166.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 204 173 38 0 0.15 0.81 0.2 48.8 0.69 0.47
Hex CC AD 26 0 F 51 14 31 45 2F
Octal 314 255 46 0 17 121 24 61 105 57
Binary 11001100 10101101 100110 0 1111 1010001 10100 110001 1000101 101111

Color Harmonies of #CCAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD26

Black with #CCAD26

Text Example


Text Example

White with #CCAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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