Html Css Color HEX #CEC718 Bird Flower

📋 copy color: '#CEC718'

red 206 ◦ green 199 ◦ blue 24

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

Shades of Bird Flower #CEC718

Tints of Bird Flower #CEC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 48.02%
G = 46.39%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC718 (or 0xCEC718) is known color: Bird Flower. HEX triplet: CE, C7 and 18. RGB value is (206,199,24). Sum of RGB (Red+Green+Blue) = 206+199+24=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC718 is #3138E7. Grayscale: #B5B5B5. Windows color (decimal): -3225832 or 1624014. OLE color: 1624014.

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

Color convert

RGB 206 199 24 -
CMYK 0 0.03 0.88 0.19
HSL 57.69º 0.79% 0.45% -
HSV(B) 57.69º 0.88% 0.81% -
XYZ 46.04 54.03 8.87 -
YUV 181.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 206 199 24 0 0.03 0.88 0.19 57.69 0.79 0.45
Hex CE C7 18 0 3 58 13 3A 4F 2D
Octal 316 307 30 0 3 130 23 72 117 55
Binary 11001110 11000111 11000 0 11 1011000 10011 111010 1001111 101101

Color Harmonies of #CEC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC718

Black with #CEC718

Text Example


Text Example

White with #CEC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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