Html Css Color HEX #D4D70B Bird Flower

📋 copy color: '#D4D70B'

red 212 ◦ green 215 ◦ blue 11

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

Shades of Bird Flower #D4D70B

Tints of Bird Flower #D4D70B

RGB

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

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

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

R = 48.4%
G = 49.09%
B = 2.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D4D70B (or 0xD4D70B) is known color: Bird Flower. HEX triplet: D4, D7 and 0B. RGB value is (212,215,11). Sum of RGB (Red+Green+Blue) = 212+215+11=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D70B is #2B28F4. Grayscale: #BFBFBF. Windows color (decimal): -2828533 or 776148. OLE color: 776148.

HSL color Cylindrical-coordinate representation of color #D4D70B: hue angle of 60.88º 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 #D4D70B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 11 -
CMYK 0.01 0 0.95 0.16
HSL 60.88º 0.9% 0.44% -
HSV(B) 60.88º 0.95% 0.84% -
XYZ 51.51 62.62 9.69 -
YUV 190.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 212 215 11 0.01 0 0.95 0.16 60.88 0.9 0.44
Hex D4 D7 B 1 0 5F 10 3D 5A 2C
Octal 324 327 13 1 0 137 20 75 132 54
Binary 11010100 11010111 1011 1 0 1011111 10000 111101 1011010 101100

Color Harmonies of #D4D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D70B

Black with #D4D70B

Text Example


Text Example

White with #D4D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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