Html Css Color HEX #D4B505 Bird Flower

📋 copy color: '#D4B505'

red 212 ◦ green 181 ◦ blue 5

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

Shades of Bird Flower #D4B505

Tints of Bird Flower #D4B505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

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

R = 53.27%
G = 45.48%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4B505 (or 0xD4B505) is known color: Bird Flower. HEX triplet: D4, B5 and 05. RGB value is (212,181,5). Sum of RGB (Red+Green+Blue) = 212+181+5=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B505 is #2B4AFA. Grayscale: #AAAAAA. Windows color (decimal): -2837243 or 374228. OLE color: 374228.

HSL color Cylindrical-coordinate representation of color #D4B505: hue angle of 51.01º 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 #D4B505 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 181 5 -
CMYK 0 0.15 0.98 0.17
HSL 51.01º 0.95% 0.43% -
HSV(B) 51.01º 0.98% 0.83% -
XYZ 43.7 47.06 6.92 -
YUV 170.21 34.77 157.81 -
System Red Green Blue C M Y K H S L
Decimal 212 181 5 0 0.15 0.98 0.17 51.01 0.95 0.43
Hex D4 B5 5 0 F 62 11 33 5F 2B
Octal 324 265 5 0 17 142 21 63 137 53
Binary 11010100 10110101 101 0 1111 1100010 10001 110011 1011111 101011

Color Harmonies of #D4B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B505

Black with #D4B505

Text Example


Text Example

White with #D4B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B505; }

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

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

background-color css

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

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

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

border-color css

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

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

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