Html Css Color HEX #D1DA0F Barberry

📋 copy color: '#D1DA0F'

red 209 ◦ green 218 ◦ blue 15

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

Shades of Barberry #D1DA0F

Tints of Barberry #D1DA0F

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

 GREEN value IS 218 (85.55% from 255) = 49.32%

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

R = 47.29%
G = 49.32%
B = 3.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D1DA0F (or 0xD1DA0F) is known color: Barberry. HEX triplet: D1, DA and 0F. RGB value is (209,218,15). Sum of RGB (Red+Green+Blue) = 209+218+15=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DA0F is #2E25F0. Grayscale: #C0C0C0. Windows color (decimal): -3024369 or 1039057. OLE color: 1039057.

HSL color Cylindrical-coordinate representation of color #D1DA0F: hue angle of 62.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1DA0F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 15 -
CMYK 0.04 0 0.93 0.15
HSL 62.66º 0.87% 0.46% -
HSV(B) 62.66º 0.93% 0.85% -
XYZ 51.45 63.73 10.04 -
YUV 192.17 28.02 140.01 -
System Red Green Blue C M Y K H S L
Decimal 209 218 15 0.04 0 0.93 0.15 62.66 0.87 0.46
Hex D1 DA F 4 0 5D F 3F 57 2E
Octal 321 332 17 4 0 135 17 77 127 56
Binary 11010001 11011010 1111 100 0 1011101 1111 111111 1010111 101110

Color Harmonies of #D1DA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA0F

Black with #D1DA0F

Text Example


Text Example

White with #D1DA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA0F; }

 p { color: rgb(209,218,15); }

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

background-color css

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

 a { background-color: rgb(209,218,15); }

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

border-color css

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

 span { border-color: rgb(209,218,15); }

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