Html Css Color HEX #D0B305 Bird Flower

📋 copy color: '#D0B305'

red 208 ◦ green 179 ◦ blue 5

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

Shades of Bird Flower #D0B305

Tints of Bird Flower #D0B305

RGB

 RED value IS 208 (81.64% from 255) = 53.06%

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

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

R = 53.06%
G = 45.66%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D0B305 (or 0xD0B305) is known color: Bird Flower. HEX triplet: D0, B3 and 05. RGB value is (208,179,5). Sum of RGB (Red+Green+Blue) = 208+179+5=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B305 is #2F4CFA. Grayscale: #A8A8A8. Windows color (decimal): -3099899 or 373712. OLE color: 373712.

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

Color convert

RGB 208 179 5 -
CMYK 0 0.14 0.98 0.18
HSL 51.43º 0.95% 0.42% -
HSV(B) 51.43º 0.98% 0.82% -
XYZ 42.16 45.66 6.73 -
YUV 167.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 208 179 5 0 0.14 0.98 0.18 51.43 0.95 0.42
Hex D0 B3 5 0 E 62 12 33 5F 2A
Octal 320 263 5 0 16 142 22 63 137 52
Binary 11010000 10110011 101 0 1110 1100010 10010 110011 1011111 101010

Color Harmonies of #D0B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B305

Black with #D0B305

Text Example


Text Example

White with #D0B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B305; }

 p { color: rgb(208,179,5); }

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

background-color css

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

 a { background-color: rgb(208,179,5); }

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

border-color css

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

 span { border-color: rgb(208,179,5); }

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