Html Css Color HEX #CED10A Bird Flower

📋 copy color: '#CED10A'

red 206 ◦ green 209 ◦ blue 10

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

Shades of Bird Flower #CED10A

Tints of Bird Flower #CED10A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.18%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 48.47%
G = 49.18%
B = 2.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#CED10A (or 0xCED10A) is known color: Bird Flower. HEX triplet: CE, D1 and 0A. RGB value is (206,209,10). Sum of RGB (Red+Green+Blue) = 206+209+10=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #CED10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED10A is #312EF5. Grayscale: #BABABA. Windows color (decimal): -3223286 or 709070. OLE color: 709070.

HSL color Cylindrical-coordinate representation of color #CED10A: hue angle of 60.9º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED10A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 10 -
CMYK 0.01 0 0.95 0.18
HSL 60.9º 0.91% 0.43% -
HSV(B) 60.9º 0.95% 0.82% -
XYZ 48.31 58.74 9.08 -
YUV 185.42 29.01 142.68 -
System Red Green Blue C M Y K H S L
Decimal 206 209 10 0.01 0 0.95 0.18 60.9 0.91 0.43
Hex CE D1 A 1 0 5F 12 3D 5B 2B
Octal 316 321 12 1 0 137 22 75 133 53
Binary 11001110 11010001 1010 1 0 1011111 10010 111101 1011011 101011

Color Harmonies of #CED10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED10A

Black with #CED10A

Text Example


Text Example

White with #CED10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED10A; }

 p { color: rgb(206,209,10); }

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

background-color css

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

 a { background-color: rgb(206,209,10); }

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

border-color css

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

 span { border-color: rgb(206,209,10); }

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