Html Css Color HEX #D9DC0F Barberry

📋 copy color: '#D9DC0F'

red 217 ◦ green 220 ◦ blue 15

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

Shades of Barberry #D9DC0F

Tints of Barberry #D9DC0F

RGB

 RED value IS 217 (85.16% from 255) = 48.01%

 GREEN value IS 220 (86.33% from 255) = 48.67%

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

R = 48.01%
G = 48.67%
B = 3.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#D9DC0F (or 0xD9DC0F) is known color: Barberry. HEX triplet: D9, DC and 0F. RGB value is (217,220,15). Sum of RGB (Red+Green+Blue) = 217+220+15=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DC0F is #2623F0. Grayscale: #C4C4C4. Windows color (decimal): -2499569 or 1039577. OLE color: 1039577.

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

Color convert

RGB 217 220 15 -
CMYK 0.01 0 0.93 0.14
HSL 60.88º 0.87% 0.46% -
HSV(B) 60.88º 0.93% 0.86% -
XYZ 54.29 65.97 10.32 -
YUV 195.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 217 220 15 0.01 0 0.93 0.14 60.88 0.87 0.46
Hex D9 DC F 1 0 5D E 3D 57 2E
Octal 331 334 17 1 0 135 16 75 127 56
Binary 11011001 11011100 1111 1 0 1011101 1110 111101 1010111 101110

Color Harmonies of #D9DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC0F

Black with #D9DC0F

Text Example


Text Example

White with #D9DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC0F; }

 p { color: rgb(217,220,15); }

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

background-color css

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

 a { background-color: rgb(217,220,15); }

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

border-color css

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

 span { border-color: rgb(217,220,15); }

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