Html Css Color HEX #D2B300 Bird Flower

📋 copy color: '#D2B300'

red 210 ◦ green 179 ◦ blue 0

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

Shades of Bird Flower #D2B300

Tints of Bird Flower #D2B300

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

 GREEN value IS 179 (70.31% from 255) = 46.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.98%
G = 46.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D2B300 (or 0xD2B300) is known color: Bird Flower. HEX triplet: D2, B3 and 00. RGB value is (210,179,0). Sum of RGB (Red+Green+Blue) = 210+179+0=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B300 is #2D4CFF. Grayscale: #A8A8A8. Windows color (decimal): -2968832 or 46034. OLE color: 46034.

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

Color convert

RGB 210 179 0 -
CMYK 0 0.15 1 0.18
HSL 51.14º 1% 0.41% -
HSV(B) 51.14º 1% 0.82% -
XYZ 42.7 45.94 6.62 -
YUV 167.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 210 179 0 0 0.15 1 0.18 51.14 1 0.41
Hex D2 B3 0 0 F 64 12 33 64 29
Octal 322 263 0 0 17 144 22 63 144 51
Binary 11010010 10110011 0 0 1111 1100100 10010 110011 1100100 101001

Color Harmonies of #D2B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B300

Black with #D2B300

Text Example


Text Example

White with #D2B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B300; }

 p { color: rgb(210,179,0); }

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

background-color css

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

 a { background-color: rgb(210,179,0); }

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

border-color css

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

 span { border-color: rgb(210,179,0); }

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