Html Css Color HEX #D4B710 Bird Flower

📋 copy color: '#D4B710'

red 212 ◦ green 183 ◦ blue 16

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

Shades of Bird Flower #D4B710

Tints of Bird Flower #D4B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.53%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 51.58%
G = 44.53%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4B710 (or 0xD4B710) is known color: Bird Flower. HEX triplet: D4, B7 and 10. RGB value is (212,183,16). Sum of RGB (Red+Green+Blue) = 212+183+16=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B710 is #2B48EF. Grayscale: #ADADAD. Windows color (decimal): -2836720 or 1095636. OLE color: 1095636.

HSL color Cylindrical-coordinate representation of color #D4B710: hue angle of 51.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4B710 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 183 16 -
CMYK 0 0.14 0.92 0.17
HSL 51.12º 0.86% 0.45% -
HSV(B) 51.12º 0.92% 0.83% -
XYZ 44.18 47.9 7.41 -
YUV 172.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 212 183 16 0 0.14 0.92 0.17 51.12 0.86 0.45
Hex D4 B7 10 0 E 5C 11 33 56 2D
Octal 324 267 20 0 16 134 21 63 126 55
Binary 11010100 10110111 10000 0 1110 1011100 10001 110011 1010110 101101

Color Harmonies of #D4B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B710

Black with #D4B710

Text Example


Text Example

White with #D4B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B710; }

 p { color: rgb(212,183,16); }

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

background-color css

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

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

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

border-color css

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

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

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