Html Css Color HEX #D0D219 Barberry

📋 copy color: '#D0D219'

red 208 ◦ green 210 ◦ blue 25

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

Shades of Barberry #D0D219

Tints of Barberry #D0D219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

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

R = 46.95%
G = 47.4%
B = 5.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0D219 (or 0xD0D219) is known color: Barberry. HEX triplet: D0, D2 and 19. RGB value is (208,210,25). Sum of RGB (Red+Green+Blue) = 208+210+25=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D219 is #2F2DE6. Grayscale: #BDBDBD. Windows color (decimal): -3091943 or 1692368. OLE color: 1692368.

HSL color Cylindrical-coordinate representation of color #D0D219: hue angle of 60.65º 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 #D0D219 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 210 25 -
CMYK 0.01 0 0.88 0.18
HSL 60.65º 0.79% 0.46% -
HSV(B) 60.65º 0.88% 0.82% -
XYZ 49.23 59.57 9.82 -
YUV 188.31 35.84 142.04 -
System Red Green Blue C M Y K H S L
Decimal 208 210 25 0.01 0 0.88 0.18 60.65 0.79 0.46
Hex D0 D2 19 1 0 58 12 3D 4F 2E
Octal 320 322 31 1 0 130 22 75 117 56
Binary 11010000 11010010 11001 1 0 1011000 10010 111101 1001111 101110

Color Harmonies of #D0D219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D219

Black with #D0D219

Text Example


Text Example

White with #D0D219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D219; }

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

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

background-color css

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

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

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

border-color css

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

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

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