Html Css Color HEX #CEB218 Bird Flower

📋 copy color: '#CEB218'

red 206 ◦ green 178 ◦ blue 24

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

Shades of Bird Flower #CEB218

Tints of Bird Flower #CEB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 50.49%
G = 43.63%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB218 (or 0xCEB218) is known color: Bird Flower. HEX triplet: CE, B2 and 18. RGB value is (206,178,24). Sum of RGB (Red+Green+Blue) = 206+178+24=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB218 is #314DE7. Grayscale: #A9A9A9. Windows color (decimal): -3231208 or 1618638. OLE color: 1618638.

HSL color Cylindrical-coordinate representation of color #CEB218: hue angle of 50.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEB218 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 24 -
CMYK 0 0.14 0.88 0.19
HSL 50.77º 0.79% 0.45% -
HSV(B) 50.77º 0.88% 0.81% -
XYZ 41.54 45.03 7.37 -
YUV 168.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 206 178 24 0 0.14 0.88 0.19 50.77 0.79 0.45
Hex CE B2 18 0 E 58 13 33 4F 2D
Octal 316 262 30 0 16 130 23 63 117 55
Binary 11001110 10110010 11000 0 1110 1011000 10011 110011 1001111 101101

Color Harmonies of #CEB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB218

Black with #CEB218

Text Example


Text Example

White with #CEB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB218; }

 p { color: rgb(206,178,24); }

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

background-color css

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

 a { background-color: rgb(206,178,24); }

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

border-color css

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

 span { border-color: rgb(206,178,24); }

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