Html Css Color HEX #CEAD23 Galliano

📋 copy color: '#CEAD23'

red 206 ◦ green 173 ◦ blue 35

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

Shades of Galliano #CEAD23

Tints of Galliano #CEAD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 49.76%
G = 41.79%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEAD23 (or 0xCEAD23) is known color: Galliano. HEX triplet: CE, AD and 23. RGB value is (206,173,35). Sum of RGB (Red+Green+Blue) = 206+173+35=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD23 is #3152DC. Grayscale: #A7A7A7. Windows color (decimal): -3232477 or 2338254. OLE color: 2338254.

HSL color Cylindrical-coordinate representation of color #CEAD23: hue angle of 48.42º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEAD23 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 35 -
CMYK 0 0.16 0.83 0.19
HSL 48.42º 0.71% 0.47% -
HSV(B) 48.42º 0.83% 0.81% -
XYZ 40.7 43.13 7.77 -
YUV 167.14 53.43 155.72 -
System Red Green Blue C M Y K H S L
Decimal 206 173 35 0 0.16 0.83 0.19 48.42 0.71 0.47
Hex CE AD 23 0 10 53 13 30 47 2F
Octal 316 255 43 0 20 123 23 60 107 57
Binary 11001110 10101101 100011 0 10000 1010011 10011 110000 1000111 101111

Color Harmonies of #CEAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD23

Black with #CEAD23

Text Example


Text Example

White with #CEAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD23; }

 p { color: rgb(206,173,35); }

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

background-color css

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

 a { background-color: rgb(206,173,35); }

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

border-color css

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

 span { border-color: rgb(206,173,35); }

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