Html Css Color HEX #D0DB10 Barberry

📋 copy color: '#D0DB10'

red 208 ◦ green 219 ◦ blue 16

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

Shades of Barberry #D0DB10

Tints of Barberry #D0DB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.44%

 BLUE value IS 16 (6.64% from 255) = 3.61%

R = 46.95%
G = 49.44%
B = 3.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#D0DB10 (or 0xD0DB10) is known color: Barberry. HEX triplet: D0, DB and 10. RGB value is (208,219,16). Sum of RGB (Red+Green+Blue) = 208+219+16=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB10 is #2F24EF. Grayscale: #C1C1C1. Windows color (decimal): -3089648 or 1104848. OLE color: 1104848.

HSL color Cylindrical-coordinate representation of color #D0DB10: hue angle of 63.25º degrees, saturation: 0.86, 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 #D0DB10 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 16 -
CMYK 0.05 0 0.93 0.14
HSL 63.25º 0.86% 0.46% -
HSV(B) 63.25º 0.93% 0.86% -
XYZ 51.44 64.11 10.15 -
YUV 192.57 28.36 139.01 -
System Red Green Blue C M Y K H S L
Decimal 208 219 16 0.05 0 0.93 0.14 63.25 0.86 0.46
Hex D0 DB 10 5 0 5D E 3F 56 2E
Octal 320 333 20 5 0 135 16 77 126 56
Binary 11010000 11011011 10000 101 0 1011101 1110 111111 1010110 101110

Color Harmonies of #D0DB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB10

Black with #D0DB10

Text Example


Text Example

White with #D0DB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB10; }

 p { color: rgb(208,219,16); }

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

background-color css

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

 a { background-color: rgb(208,219,16); }

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

border-color css

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

 span { border-color: rgb(208,219,16); }

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