Html Css Color HEX #CEC601 Bird Flower

📋 copy color: '#CEC601'

red 206 ◦ green 198 ◦ blue 1

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

Shades of Bird Flower #CEC601

Tints of Bird Flower #CEC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 50.86%
G = 48.89%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEC601 (or 0xCEC601) is known color: Bird Flower. HEX triplet: CE, C6 and 01. RGB value is (206,198,1). Sum of RGB (Red+Green+Blue) = 206+198+1=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC601 is #3139FE. Grayscale: #B2B2B2. Windows color (decimal): -3226111 or 116430. OLE color: 116430.

HSL color Cylindrical-coordinate representation of color #CEC601: hue angle of 57.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC601 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 1 -
CMYK 0 0.04 1.00 0.19
HSL 57.66º 0.99% 0.41% -
HSV(B) 57.66º 1% 0.81% -
XYZ 45.65 53.51 7.95 -
YUV 177.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 206 198 1 0 0.04 1.00 0.19 57.66 0.99 0.41
Hex CE C6 1 0 4 64 13 3A 63 29
Octal 316 306 1 0 4 144 23 72 143 51
Binary 11001110 11000110 1 0 100 1100100 10011 111010 1100011 101001

Color Harmonies of #CEC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC601

Black with #CEC601

Text Example


Text Example

White with #CEC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC601; }

 p { color: rgb(206,198,1); }

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

background-color css

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

 a { background-color: rgb(206,198,1); }

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

border-color css

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

 span { border-color: rgb(206,198,1); }

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