Html Css Color HEX #D4B705 Bird Flower

📋 copy color: '#D4B705'

red 212 ◦ green 183 ◦ blue 5

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

Shades of Bird Flower #D4B705

Tints of Bird Flower #D4B705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 53%
G = 45.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4B705 (or 0xD4B705) is known color: Bird Flower. HEX triplet: D4, B7 and 05. RGB value is (212,183,5). Sum of RGB (Red+Green+Blue) = 212+183+5=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B705 is #2B48FA. Grayscale: #ACACAC. Windows color (decimal): -2836731 or 374740. OLE color: 374740.

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

Color convert

RGB 212 183 5 -
CMYK 0 0.14 0.98 0.17
HSL 51.59º 0.95% 0.43% -
HSV(B) 51.59º 0.98% 0.83% -
XYZ 44.11 47.87 7.06 -
YUV 171.38 34.11 156.97 -
System Red Green Blue C M Y K H S L
Decimal 212 183 5 0 0.14 0.98 0.17 51.59 0.95 0.43
Hex D4 B7 5 0 E 62 11 34 5F 2B
Octal 324 267 5 0 16 142 21 64 137 53
Binary 11010100 10110111 101 0 1110 1100010 10001 110100 1011111 101011

Color Harmonies of #D4B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B705

Black with #D4B705

Text Example


Text Example

White with #D4B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B705; }

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

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

background-color css

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

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

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

border-color css

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

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

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