Html Css Color HEX #CEC710 Bird Flower

📋 copy color: '#CEC710'

red 206 ◦ green 199 ◦ blue 16

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

Shades of Bird Flower #CEC710

Tints of Bird Flower #CEC710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 48.93%
G = 47.27%
B = 3.8%

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

#CEC710 (or 0xCEC710) is known color: Bird Flower. HEX triplet: CE, C7 and 10. RGB value is (206,199,16). Sum of RGB (Red+Green+Blue) = 206+199+16=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC710 is #3138EF. Grayscale: #B4B4B4. Windows color (decimal): -3225840 or 1099726. OLE color: 1099726.

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

Color convert

RGB 206 199 16 -
CMYK 0 0.03 0.92 0.19
HSL 57.79º 0.86% 0.44% -
HSV(B) 57.79º 0.92% 0.81% -
XYZ 45.97 54.01 8.49 -
YUV 180.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 206 199 16 0 0.03 0.92 0.19 57.79 0.86 0.44
Hex CE C7 10 0 3 5C 13 3A 56 2C
Octal 316 307 20 0 3 134 23 72 126 54
Binary 11001110 11000111 10000 0 11 1011100 10011 111010 1010110 101100

Color Harmonies of #CEC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC710

Black with #CEC710

Text Example


Text Example

White with #CEC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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