Html Css Color HEX #CED706 Bird Flower

📋 copy color: '#CED706'

red 206 ◦ green 215 ◦ blue 6

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

Shades of Bird Flower #CED706

Tints of Bird Flower #CED706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 48.24%
G = 50.35%
B = 1.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#CED706 (or 0xCED706) is known color: Bird Flower. HEX triplet: CE, D7 and 06. RGB value is (206,215,6). Sum of RGB (Red+Green+Blue) = 206+215+6=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #CED706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED706 is #3128F9. Grayscale: #BDBDBD. Windows color (decimal): -3221754 or 448462. OLE color: 448462.

HSL color Cylindrical-coordinate representation of color #CED706: hue angle of 62.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CED706 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 6 -
CMYK 0.04 0 0.97 0.16
HSL 62.58º 0.95% 0.43% -
HSV(B) 62.58º 0.97% 0.84% -
XYZ 49.79 61.74 9.46 -
YUV 188.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 206 215 6 0.04 0 0.97 0.16 62.58 0.95 0.43
Hex CE D7 6 4 0 61 10 3F 5F 2B
Octal 316 327 6 4 0 141 20 77 137 53
Binary 11001110 11010111 110 100 0 1100001 10000 111111 1011111 101011

Color Harmonies of #CED706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED706

Black with #CED706

Text Example


Text Example

White with #CED706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED706; }

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

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

background-color css

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

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

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

border-color css

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

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

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