Html Css Color HEX #CEC711 Bird Flower

📋 copy color: '#CEC711'

red 206 ◦ green 199 ◦ blue 17

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

Shades of Bird Flower #CEC711

Tints of Bird Flower #CEC711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 48.82%
G = 47.16%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC711 (or 0xCEC711) is known color: Bird Flower. HEX triplet: CE, C7 and 11. RGB value is (206,199,17). Sum of RGB (Red+Green+Blue) = 206+199+17=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC711 is #3138EE. Grayscale: #B5B5B5. Windows color (decimal): -3225839 or 1165262. OLE color: 1165262.

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

Color convert

RGB 206 199 17 -
CMYK 0 0.03 0.92 0.19
HSL 57.78º 0.85% 0.44% -
HSV(B) 57.78º 0.92% 0.81% -
XYZ 45.98 54.01 8.53 -
YUV 180.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 206 199 17 0 0.03 0.92 0.19 57.78 0.85 0.44
Hex CE C7 11 0 3 5C 13 3A 55 2C
Octal 316 307 21 0 3 134 23 72 125 54
Binary 11001110 11000111 10001 0 11 1011100 10011 111010 1010101 101100

Color Harmonies of #CEC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC711

Black with #CEC711

Text Example


Text Example

White with #CEC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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