Html Css Color HEX #D0B30D Bird Flower

📋 copy color: '#D0B30D'

red 208 ◦ green 179 ◦ blue 13

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

Shades of Bird Flower #D0B30D

Tints of Bird Flower #D0B30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 52%
G = 44.75%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0B30D (or 0xD0B30D) is known color: Bird Flower. HEX triplet: D0, B3 and 0D. RGB value is (208,179,13). Sum of RGB (Red+Green+Blue) = 208+179+13=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B30D is #2F4CF2. Grayscale: #A9A9A9. Windows color (decimal): -3099891 or 898000. OLE color: 898000.

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

Color convert

RGB 208 179 13 -
CMYK 0 0.14 0.94 0.18
HSL 51.08º 0.88% 0.43% -
HSV(B) 51.08º 0.94% 0.82% -
XYZ 42.21 45.68 6.97 -
YUV 168.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 208 179 13 0 0.14 0.94 0.18 51.08 0.88 0.43
Hex D0 B3 D 0 E 5E 12 33 58 2B
Octal 320 263 15 0 16 136 22 63 130 53
Binary 11010000 10110011 1101 0 1110 1011110 10010 110011 1011000 101011

Color Harmonies of #D0B30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B30D

Black with #D0B30D

Text Example


Text Example

White with #D0B30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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