Html Css Color HEX #D6D40B Bird Flower

📋 copy color: '#D6D40B'

red 214 ◦ green 212 ◦ blue 11

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

Shades of Bird Flower #D6D40B

Tints of Bird Flower #D6D40B

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

 GREEN value IS 212 (83.2% from 255) = 48.51%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 48.97%
G = 48.51%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6D40B (or 0xD6D40B) is known color: Bird Flower. HEX triplet: D6, D4 and 0B. RGB value is (214,212,11). Sum of RGB (Red+Green+Blue) = 214+212+11=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D40B is #292BF4. Grayscale: #BEBEBE. Windows color (decimal): -2698229 or 775382. OLE color: 775382.

HSL color Cylindrical-coordinate representation of color #D6D40B: hue angle of 59.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6D40B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 11 -
CMYK 0 0.01 0.95 0.16
HSL 59.41º 0.9% 0.44% -
HSV(B) 59.41º 0.95% 0.84% -
XYZ 51.34 61.41 9.46 -
YUV 189.68 27.16 145.34 -
System Red Green Blue C M Y K H S L
Decimal 214 212 11 0 0.01 0.95 0.16 59.41 0.9 0.44
Hex D6 D4 B 0 1 5F 10 3B 5A 2C
Octal 326 324 13 0 1 137 20 73 132 54
Binary 11010110 11010100 1011 0 1 1011111 10000 111011 1011010 101100

Color Harmonies of #D6D40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D40B

Black with #D6D40B

Text Example


Text Example

White with #D6D40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D40B; }

 p { color: rgb(214,212,11); }

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

background-color css

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

 a { background-color: rgb(214,212,11); }

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

border-color css

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

 span { border-color: rgb(214,212,11); }

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