Html Css Color HEX #CED701 Bird Flower

📋 copy color: '#CED701'

red 206 ◦ green 215 ◦ blue 1

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

Shades of Bird Flower #CED701

Tints of Bird Flower #CED701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.95%

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

R = 48.82%
G = 50.95%
B = 0.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CED701 (or 0xCED701) is known color: Bird Flower. HEX triplet: CE, D7 and 01. RGB value is (206,215,1). Sum of RGB (Red+Green+Blue) = 206+215+1=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #CED701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED701 is #3128FE. Grayscale: #BCBCBC. Windows color (decimal): -3221759 or 120782. OLE color: 120782.

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

Color convert

RGB 206 215 1 -
CMYK 0.04 0 1.00 0.16
HSL 62.52º 0.99% 0.42% -
HSV(B) 62.52º 1% 0.84% -
XYZ 49.76 61.72 9.32 -
YUV 187.91 22.52 140.9 -
System Red Green Blue C M Y K H S L
Decimal 206 215 1 0.04 0 1.00 0.16 62.52 0.99 0.42
Hex CE D7 1 4 0 64 10 3F 63 2A
Octal 316 327 1 4 0 144 20 77 143 52
Binary 11001110 11010111 1 100 0 1100100 10000 111111 1100011 101010

Color Harmonies of #CED701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED701

Black with #CED701

Text Example


Text Example

White with #CED701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED701; }

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

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

background-color css

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

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

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

border-color css

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

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

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