Html Css Color HEX #D3B802 Bird Flower

📋 copy color: '#D3B802'

red 211 ◦ green 184 ◦ blue 2

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

Shades of Bird Flower #D3B802

Tints of Bird Flower #D3B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 53.15%
G = 46.35%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3B802 (or 0xD3B802) is known color: Bird Flower. HEX triplet: D3, B8 and 02. RGB value is (211,184,2). Sum of RGB (Red+Green+Blue) = 211+184+2=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B802 is #2C47FD. Grayscale: #ACACAC. Windows color (decimal): -2902014 or 178387. OLE color: 178387.

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

Color convert

RGB 211 184 2 -
CMYK 0 0.13 0.99 0.17
HSL 52.25º 0.98% 0.42% -
HSV(B) 52.25º 0.99% 0.83% -
XYZ 44.02 48.13 7.03 -
YUV 171.33 32.45 156.3 -
System Red Green Blue C M Y K H S L
Decimal 211 184 2 0 0.13 0.99 0.17 52.25 0.98 0.42
Hex D3 B8 2 0 D 63 11 34 62 2A
Octal 323 270 2 0 15 143 21 64 142 52
Binary 11010011 10111000 10 0 1101 1100011 10001 110100 1100010 101010

Color Harmonies of #D3B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B802

Black with #D3B802

Text Example


Text Example

White with #D3B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B802; }

 p { color: rgb(211,184,2); }

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

background-color css

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

 a { background-color: rgb(211,184,2); }

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

border-color css

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

 span { border-color: rgb(211,184,2); }

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