Html Css Color HEX #D2D90D Barberry

📋 copy color: '#D2D90D'

red 210 ◦ green 217 ◦ blue 13

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

Shades of Barberry #D2D90D

Tints of Barberry #D2D90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

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

R = 47.73%
G = 49.32%
B = 2.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D2D90D (or 0xD2D90D) is known color: Barberry. HEX triplet: D2, D9 and 0D. RGB value is (210,217,13). Sum of RGB (Red+Green+Blue) = 210+217+13=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D90D is #2D26F2. Grayscale: #C0C0C0. Windows color (decimal): -2959091 or 907730. OLE color: 907730.

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

Color convert

RGB 210 217 13 -
CMYK 0.03 0 0.94 0.15
HSL 62.06º 0.89% 0.45% -
HSV(B) 62.06º 0.94% 0.85% -
XYZ 51.46 63.36 9.9 -
YUV 191.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 210 217 13 0.03 0 0.94 0.15 62.06 0.89 0.45
Hex D2 D9 D 3 0 5E F 3E 59 2D
Octal 322 331 15 3 0 136 17 76 131 55
Binary 11010010 11011001 1101 11 0 1011110 1111 111110 1011001 101101

Color Harmonies of #D2D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D90D

Black with #D2D90D

Text Example


Text Example

White with #D2D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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