Html Css Color HEX #D4D40D Bird Flower

📋 copy color: '#D4D40D'

red 212 ◦ green 212 ◦ blue 13

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

Shades of Bird Flower #D4D40D

Tints of Bird Flower #D4D40D

RGB

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

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

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

R = 48.51%
G = 48.51%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4D40D (or 0xD4D40D) is known color: Bird Flower. HEX triplet: D4, D4 and 0D. RGB value is (212,212,13). Sum of RGB (Red+Green+Blue) = 212+212+13=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D40D is #2B2BF2. Grayscale: #BEBEBE. Windows color (decimal): -2829299 or 906452. OLE color: 906452.

HSL color Cylindrical-coordinate representation of color #D4D40D: hue angle of 60º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4D40D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 212 13 -
CMYK 0 0 0.94 0.17
HSL 60º 0.88% 0.44% -
HSV(B) 60º 0.94% 0.83% -
XYZ 50.77 61.11 9.5 -
YUV 189.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 212 212 13 0 0 0.94 0.17 60 0.88 0.44
Hex D4 D4 D 0 0 5E 11 3C 58 2C
Octal 324 324 15 0 0 136 21 74 130 54
Binary 11010100 11010100 1101 0 0 1011110 10001 111100 1011000 101100

Color Harmonies of #D4D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D40D

Black with #D4D40D

Text Example


Text Example

White with #D4D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D40D; }

 p { color: rgb(212,212,13); }

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

background-color css

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

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

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

border-color css

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

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

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