Html Css Color HEX #CED70D Bird Flower

📋 copy color: '#CED70D'

red 206 ◦ green 215 ◦ blue 13

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

Shades of Bird Flower #CED70D

Tints of Bird Flower #CED70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 47.47%
G = 49.54%
B = 3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CED70D (or 0xCED70D) is known color: Bird Flower. HEX triplet: CE, D7 and 0D. RGB value is (206,215,13). Sum of RGB (Red+Green+Blue) = 206+215+13=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #CED70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED70D is #3128F2. Grayscale: #BEBEBE. Windows color (decimal): -3221747 or 907214. OLE color: 907214.

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

Color convert

RGB 206 215 13 -
CMYK 0.04 0 0.94 0.16
HSL 62.67º 0.89% 0.45% -
HSV(B) 62.67º 0.94% 0.84% -
XYZ 49.83 61.75 9.67 -
YUV 189.28 28.52 139.93 -
System Red Green Blue C M Y K H S L
Decimal 206 215 13 0.04 0 0.94 0.16 62.67 0.89 0.45
Hex CE D7 D 4 0 5E 10 3F 59 2D
Octal 316 327 15 4 0 136 20 77 131 55
Binary 11001110 11010111 1101 100 0 1011110 10000 111111 1011001 101101

Color Harmonies of #CED70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED70D

Black with #CED70D

Text Example


Text Example

White with #CED70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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