Html Css Color HEX #D0BF19 Bird Flower

📋 copy color: '#D0BF19'

red 208 ◦ green 191 ◦ blue 25

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

Shades of Bird Flower #D0BF19

Tints of Bird Flower #D0BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 49.06%
G = 45.05%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0BF19 (or 0xD0BF19) is known color: Bird Flower. HEX triplet: D0, BF and 19. RGB value is (208,191,25). Sum of RGB (Red+Green+Blue) = 208+191+25=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF19 is #2F40E6. Grayscale: #B1B1B1. Windows color (decimal): -3096807 or 1687504. OLE color: 1687504.

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

Color convert

RGB 208 191 25 -
CMYK 0 0.08 0.88 0.18
HSL 54.43º 0.79% 0.46% -
HSV(B) 54.43º 0.88% 0.82% -
XYZ 44.82 50.74 8.35 -
YUV 177.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 208 191 25 0 0.08 0.88 0.18 54.43 0.79 0.46
Hex D0 BF 19 0 8 58 12 36 4F 2E
Octal 320 277 31 0 10 130 22 66 117 56
Binary 11010000 10111111 11001 0 1000 1011000 10010 110110 1001111 101110

Color Harmonies of #D0BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF19

Black with #D0BF19

Text Example


Text Example

White with #D0BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF19; }

 p { color: rgb(208,191,25); }

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

background-color css

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

 a { background-color: rgb(208,191,25); }

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

border-color css

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

 span { border-color: rgb(208,191,25); }

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