Html Css Color HEX #CEC907 Bird Flower

📋 copy color: '#CEC907'

red 206 ◦ green 201 ◦ blue 7

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

Shades of Bird Flower #CEC907

Tints of Bird Flower #CEC907

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.55%

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

R = 49.76%
G = 48.55%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEC907 (or 0xCEC907) is known color: Bird Flower. HEX triplet: CE, C9 and 07. RGB value is (206,201,7). Sum of RGB (Red+Green+Blue) = 206+201+7=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC907 is #3136F8. Grayscale: #B5B5B5. Windows color (decimal): -3225337 or 510414. OLE color: 510414.

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

Color convert

RGB 206 201 7 -
CMYK 0 0.02 0.97 0.19
HSL 58.49º 0.93% 0.42% -
HSV(B) 58.49º 0.97% 0.81% -
XYZ 46.38 54.91 8.36 -
YUV 180.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 206 201 7 0 0.02 0.97 0.19 58.49 0.93 0.42
Hex CE C9 7 0 2 61 13 3A 5D 2A
Octal 316 311 7 0 2 141 23 72 135 52
Binary 11001110 11001001 111 0 10 1100001 10011 111010 1011101 101010

Color Harmonies of #CEC907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC907

Black with #CEC907

Text Example


Text Example

White with #CEC907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC907; }

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

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

background-color css

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

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

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

border-color css

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

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

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