Html Css Color HEX #CED503 Bird Flower

📋 copy color: '#CED503'

red 206 ◦ green 213 ◦ blue 3

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

Shades of Bird Flower #CED503

Tints of Bird Flower #CED503

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

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

R = 48.82%
G = 50.47%
B = 0.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#CED503 (or 0xCED503) is known color: Bird Flower. HEX triplet: CE, D5 and 03. RGB value is (206,213,3). Sum of RGB (Red+Green+Blue) = 206+213+3=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #CED503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED503 is #312AFC. Grayscale: #BBBBBB. Windows color (decimal): -3222269 or 251342. OLE color: 251342.

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

Color convert

RGB 206 213 3 -
CMYK 0.03 0 0.99 0.16
HSL 62º 0.97% 0.42% -
HSV(B) 62º 0.99% 0.84% -
XYZ 49.26 60.72 9.21 -
YUV 186.97 24.18 141.58 -
System Red Green Blue C M Y K H S L
Decimal 206 213 3 0.03 0 0.99 0.16 62 0.97 0.42
Hex CE D5 3 3 0 63 10 3E 61 2A
Octal 316 325 3 3 0 143 20 76 141 52
Binary 11001110 11010101 11 11 0 1100011 10000 111110 1100001 101010

Color Harmonies of #CED503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED503

Black with #CED503

Text Example


Text Example

White with #CED503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED503; }

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

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

background-color css

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

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

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

border-color css

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

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

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