Html Css Color HEX #CEC518 Bird Flower

📋 copy color: '#CEC518'

red 206 ◦ green 197 ◦ blue 24

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

Shades of Bird Flower #CEC518

Tints of Bird Flower #CEC518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.14%

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

R = 48.24%
G = 46.14%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC518 (or 0xCEC518) is known color: Bird Flower. HEX triplet: CE, C5 and 18. RGB value is (206,197,24). Sum of RGB (Red+Green+Blue) = 206+197+24=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC518 is #313AE7. Grayscale: #B4B4B4. Windows color (decimal): -3226344 or 1623502. OLE color: 1623502.

HSL color Cylindrical-coordinate representation of color #CEC518: hue angle of 57.03º 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 #CEC518 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 24 -
CMYK 0 0.04 0.88 0.19
HSL 57.03º 0.79% 0.45% -
HSV(B) 57.03º 0.88% 0.81% -
XYZ 45.58 53.12 8.71 -
YUV 179.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 206 197 24 0 0.04 0.88 0.19 57.03 0.79 0.45
Hex CE C5 18 0 4 58 13 39 4F 2D
Octal 316 305 30 0 4 130 23 71 117 55
Binary 11001110 11000101 11000 0 100 1011000 10011 111001 1001111 101101

Color Harmonies of #CEC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC518

Black with #CEC518

Text Example


Text Example

White with #CEC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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