Html Css Color HEX #D2DB0D Barberry

📋 copy color: '#D2DB0D'

red 210 ◦ green 219 ◦ blue 13

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

Shades of Barberry #D2DB0D

Tints of Barberry #D2DB0D

RGB

 RED value IS 210 (82.42% from 255) = 47.51%

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 47.51%
G = 49.55%
B = 2.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#D2DB0D (or 0xD2DB0D) is known color: Barberry. HEX triplet: D2, DB and 0D. RGB value is (210,219,13). Sum of RGB (Red+Green+Blue) = 210+219+13=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DB0D is #2D24F2. Grayscale: #C1C1C1. Windows color (decimal): -2958579 or 908242. OLE color: 908242.

HSL color Cylindrical-coordinate representation of color #D2DB0D: hue angle of 62.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2DB0D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 13 -
CMYK 0.04 0 0.94 0.14
HSL 62.62º 0.89% 0.45% -
HSV(B) 62.62º 0.94% 0.86% -
XYZ 51.98 64.39 10.07 -
YUV 192.83 26.52 140.25 -
System Red Green Blue C M Y K H S L
Decimal 210 219 13 0.04 0 0.94 0.14 62.62 0.89 0.45
Hex D2 DB D 4 0 5E E 3F 59 2D
Octal 322 333 15 4 0 136 16 77 131 55
Binary 11010010 11011011 1101 100 0 1011110 1110 111111 1011001 101101

Color Harmonies of #D2DB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB0D

Black with #D2DB0D

Text Example


Text Example

White with #D2DB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB0D; }

 p { color: rgb(210,219,13); }

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

background-color css

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

 a { background-color: rgb(210,219,13); }

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

border-color css

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

 span { border-color: rgb(210,219,13); }

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