Html Css Color HEX #D0B30F Bird Flower

📋 copy color: '#D0B30F'

red 208 ◦ green 179 ◦ blue 15

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

Shades of Bird Flower #D0B30F

Tints of Bird Flower #D0B30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 51.74%
G = 44.53%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0B30F (or 0xD0B30F) is known color: Bird Flower. HEX triplet: D0, B3 and 0F. RGB value is (208,179,15). Sum of RGB (Red+Green+Blue) = 208+179+15=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B30F is #2F4CF0. Grayscale: #A9A9A9. Windows color (decimal): -3099889 or 1029072. OLE color: 1029072.

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

Color convert

RGB 208 179 15 -
CMYK 0 0.14 0.93 0.18
HSL 50.98º 0.87% 0.44% -
HSV(B) 50.98º 0.93% 0.82% -
XYZ 42.22 45.68 7.04 -
YUV 168.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 208 179 15 0 0.14 0.93 0.18 50.98 0.87 0.44
Hex D0 B3 F 0 E 5D 12 33 57 2C
Octal 320 263 17 0 16 135 22 63 127 54
Binary 11010000 10110011 1111 0 1110 1011101 10010 110011 1010111 101100

Color Harmonies of #D0B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B30F

Black with #D0B30F

Text Example


Text Example

White with #D0B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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