Html Css Color HEX #D3B504 Bird Flower

📋 copy color: '#D3B504'

red 211 ◦ green 181 ◦ blue 4

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

Shades of Bird Flower #D3B504

Tints of Bird Flower #D3B504

RGB

 RED value IS 211 (82.81% from 255) = 53.28%

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 53.28%
G = 45.71%
B = 1.01%

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

#D3B504 (or 0xD3B504) is known color: Bird Flower. HEX triplet: D3, B5 and 04. RGB value is (211,181,4). Sum of RGB (Red+Green+Blue) = 211+181+4=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B504 is #2C4AFB. Grayscale: #AAAAAA. Windows color (decimal): -2902780 or 308691. OLE color: 308691.

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

Color convert

RGB 211 181 4 -
CMYK 0 0.14 0.98 0.17
HSL 51.3º 0.96% 0.42% -
HSV(B) 51.3º 0.98% 0.83% -
XYZ 43.41 46.91 6.88 -
YUV 169.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 211 181 4 0 0.14 0.98 0.17 51.3 0.96 0.42
Hex D3 B5 4 0 E 62 11 33 60 2A
Octal 323 265 4 0 16 142 21 63 140 52
Binary 11010011 10110101 100 0 1110 1100010 10001 110011 1100000 101010

Color Harmonies of #D3B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B504

Black with #D3B504

Text Example


Text Example

White with #D3B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B504; }

 p { color: rgb(211,181,4); }

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

background-color css

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

 a { background-color: rgb(211,181,4); }

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

border-color css

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

 span { border-color: rgb(211,181,4); }

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