Html Css Color HEX #CEC707 Bird Flower

📋 copy color: '#CEC707'

red 206 ◦ green 199 ◦ blue 7

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

Shades of Bird Flower #CEC707

Tints of Bird Flower #CEC707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 50%
G = 48.3%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEC707 (or 0xCEC707) is known color: Bird Flower. HEX triplet: CE, C7 and 07. RGB value is (206,199,7). Sum of RGB (Red+Green+Blue) = 206+199+7=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC707 is #3138F8. Grayscale: #B3B3B3. Windows color (decimal): -3225849 or 509902. OLE color: 509902.

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

Color convert

RGB 206 199 7 -
CMYK 0 0.03 0.97 0.19
HSL 57.89º 0.93% 0.42% -
HSV(B) 57.89º 0.97% 0.81% -
XYZ 45.92 53.98 8.2 -
YUV 179.21 30.82 147.11 -
System Red Green Blue C M Y K H S L
Decimal 206 199 7 0 0.03 0.97 0.19 57.89 0.93 0.42
Hex CE C7 7 0 3 61 13 3A 5D 2A
Octal 316 307 7 0 3 141 23 72 135 52
Binary 11001110 11000111 111 0 11 1100001 10011 111010 1011101 101010

Color Harmonies of #CEC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC707

Black with #CEC707

Text Example


Text Example

White with #CEC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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