Html Css Color HEX #CED704 Bird Flower

📋 copy color: '#CED704'

red 206 ◦ green 215 ◦ blue 4

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

Shades of Bird Flower #CED704

Tints of Bird Flower #CED704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 48.47%
G = 50.59%
B = 0.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CED704 (or 0xCED704) is known color: Bird Flower. HEX triplet: CE, D7 and 04. RGB value is (206,215,4). Sum of RGB (Red+Green+Blue) = 206+215+4=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #CED704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED704 is #3128FB. Grayscale: #BDBDBD. Windows color (decimal): -3221756 or 317390. OLE color: 317390.

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

Color convert

RGB 206 215 4 -
CMYK 0.04 0 0.98 0.16
HSL 62.56º 0.96% 0.43% -
HSV(B) 62.56º 0.98% 0.84% -
XYZ 49.78 61.73 9.41 -
YUV 188.26 24.02 140.66 -
System Red Green Blue C M Y K H S L
Decimal 206 215 4 0.04 0 0.98 0.16 62.56 0.96 0.43
Hex CE D7 4 4 0 62 10 3F 60 2B
Octal 316 327 4 4 0 142 20 77 140 53
Binary 11001110 11010111 100 100 0 1100010 10000 111111 1100000 101011

Color Harmonies of #CED704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED704

Black with #CED704

Text Example


Text Example

White with #CED704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED704; }

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

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

background-color css

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

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

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

border-color css

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

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

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