Html Css Color HEX #CEC716 Bird Flower

📋 copy color: '#CEC716'

red 206 ◦ green 199 ◦ blue 22

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

Shades of Bird Flower #CEC716

Tints of Bird Flower #CEC716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.15%

R = 48.24%
G = 46.6%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC716 (or 0xCEC716) is known color: Bird Flower. HEX triplet: CE, C7 and 16. RGB value is (206,199,22). Sum of RGB (Red+Green+Blue) = 206+199+22=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC716 is #3138E9. Grayscale: #B5B5B5. Windows color (decimal): -3225834 or 1492942. OLE color: 1492942.

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

Color convert

RGB 206 199 22 -
CMYK 0 0.03 0.89 0.19
HSL 57.72º 0.81% 0.45% -
HSV(B) 57.72º 0.89% 0.81% -
XYZ 46.02 54.03 8.76 -
YUV 180.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 206 199 22 0 0.03 0.89 0.19 57.72 0.81 0.45
Hex CE C7 16 0 3 59 13 3A 51 2D
Octal 316 307 26 0 3 131 23 72 121 55
Binary 11001110 11000111 10110 0 11 1011001 10011 111010 1010001 101101

Color Harmonies of #CEC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC716

Black with #CEC716

Text Example


Text Example

White with #CEC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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