Html Css Color HEX #D0B41D Bird Flower

📋 copy color: '#D0B41D'

red 208 ◦ green 180 ◦ blue 29

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

Shades of Bird Flower #D0B41D

Tints of Bird Flower #D0B41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 49.88%
G = 43.17%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0B41D (or 0xD0B41D) is known color: Bird Flower. HEX triplet: D0, B4 and 1D. RGB value is (208,180,29). Sum of RGB (Red+Green+Blue) = 208+180+29=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B41D is #2F4BE2. Grayscale: #ABABAB. Windows color (decimal): -3099619 or 1946832. OLE color: 1946832.

HSL color Cylindrical-coordinate representation of color #D0B41D: hue angle of 50.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0B41D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 29 -
CMYK 0 0.13 0.86 0.18
HSL 50.61º 0.76% 0.46% -
HSV(B) 50.61º 0.86% 0.82% -
XYZ 42.56 46.14 7.83 -
YUV 171.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 208 180 29 0 0.13 0.86 0.18 50.61 0.76 0.46
Hex D0 B4 1D 0 D 56 12 33 4C 2E
Octal 320 264 35 0 15 126 22 63 114 56
Binary 11010000 10110100 11101 0 1101 1010110 10010 110011 1001100 101110

Color Harmonies of #D0B41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B41D

Black with #D0B41D

Text Example


Text Example

White with #D0B41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B41D; }

 p { color: rgb(208,180,29); }

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

background-color css

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

 a { background-color: rgb(208,180,29); }

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

border-color css

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

 span { border-color: rgb(208,180,29); }

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