Html Css Color HEX #CED703 Bird Flower

📋 copy color: '#CED703'

red 206 ◦ green 215 ◦ blue 3

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

Shades of Bird Flower #CED703

Tints of Bird Flower #CED703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 48.58%
G = 50.71%
B = 0.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CED703 (or 0xCED703) is known color: Bird Flower. HEX triplet: CE, D7 and 03. RGB value is (206,215,3). Sum of RGB (Red+Green+Blue) = 206+215+3=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #CED703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED703 is #3128FC. Grayscale: #BCBCBC. Windows color (decimal): -3221757 or 251854. OLE color: 251854.

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

Color convert

RGB 206 215 3 -
CMYK 0.04 0 0.99 0.16
HSL 62.55º 0.97% 0.43% -
HSV(B) 62.55º 0.99% 0.84% -
XYZ 49.77 61.73 9.38 -
YUV 188.14 23.52 140.74 -
System Red Green Blue C M Y K H S L
Decimal 206 215 3 0.04 0 0.99 0.16 62.55 0.97 0.43
Hex CE D7 3 4 0 63 10 3F 61 2B
Octal 316 327 3 4 0 143 20 77 141 53
Binary 11001110 11010111 11 100 0 1100011 10000 111111 1100001 101011

Color Harmonies of #CED703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED703

Black with #CED703

Text Example


Text Example

White with #CED703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED703; }

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

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

background-color css

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

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

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

border-color css

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

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

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