Html Css Color HEX #D1B802 Bird Flower

📋 copy color: '#D1B802'

red 209 ◦ green 184 ◦ blue 2

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

Shades of Bird Flower #D1B802

Tints of Bird Flower #D1B802

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

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

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

R = 52.91%
G = 46.58%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1B802 (or 0xD1B802) is known color: Bird Flower. HEX triplet: D1, B8 and 02. RGB value is (209,184,2). Sum of RGB (Red+Green+Blue) = 209+184+2=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B802 is #2E47FD. Grayscale: #ABABAB. Windows color (decimal): -3033086 or 178385. OLE color: 178385.

HSL color Cylindrical-coordinate representation of color #D1B802: hue angle of 52.75º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1B802 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 184 2 -
CMYK 0 0.12 0.99 0.18
HSL 52.75º 0.98% 0.41% -
HSV(B) 52.75º 0.99% 0.82% -
XYZ 43.45 47.84 7 -
YUV 170.73 32.78 155.3 -
System Red Green Blue C M Y K H S L
Decimal 209 184 2 0 0.12 0.99 0.18 52.75 0.98 0.41
Hex D1 B8 2 0 C 63 12 35 62 29
Octal 321 270 2 0 14 143 22 65 142 51
Binary 11010001 10111000 10 0 1100 1100011 10010 110101 1100010 101001

Color Harmonies of #D1B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B802

Black with #D1B802

Text Example


Text Example

White with #D1B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B802; }

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

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

background-color css

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

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

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

border-color css

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

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

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