Html Css Color HEX #CEAF27 Galliano

📋 copy color: '#CEAF27'

red 206 ◦ green 175 ◦ blue 39

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

Shades of Galliano #CEAF27

Tints of Galliano #CEAF27

RGB

 RED value IS 206 (80.86% from 255) = 49.05%

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 49.05%
G = 41.67%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEAF27 (or 0xCEAF27) is known color: Galliano. HEX triplet: CE, AF and 27. RGB value is (206,175,39). Sum of RGB (Red+Green+Blue) = 206+175+39=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF27 is #3150D8. Grayscale: #A9A9A9. Windows color (decimal): -3231961 or 2600910. OLE color: 2600910.

HSL color Cylindrical-coordinate representation of color #CEAF27: hue angle of 48.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEAF27 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 39 -
CMYK 0 0.15 0.81 0.19
HSL 48.86º 0.68% 0.48% -
HSV(B) 48.86º 0.81% 0.81% -
XYZ 41.15 43.93 8.23 -
YUV 168.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 206 175 39 0 0.15 0.81 0.19 48.86 0.68 0.48
Hex CE AF 27 0 F 51 13 31 44 30
Octal 316 257 47 0 17 121 23 61 104 60
Binary 11001110 10101111 100111 0 1111 1010001 10011 110001 1000100 110000

Color Harmonies of #CEAF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF27

Black with #CEAF27

Text Example


Text Example

White with #CEAF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF27; }

 p { color: rgb(206,175,39); }

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

background-color css

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

 a { background-color: rgb(206,175,39); }

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

border-color css

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

 span { border-color: rgb(206,175,39); }

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