Html Css Color HEX #D2D11F Barberry

📋 copy color: '#D2D11F'

red 210 ◦ green 209 ◦ blue 31

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

Shades of Barberry #D2D11F

Tints of Barberry #D2D11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 31 (12.5% from 255) = 6.89%

R = 46.67%
G = 46.44%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2D11F (or 0xD2D11F) is known color: Barberry. HEX triplet: D2, D1 and 1F. RGB value is (210,209,31). Sum of RGB (Red+Green+Blue) = 210+209+31=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D11F is #2D2EE0. Grayscale: #BDBDBD. Windows color (decimal): -2961121 or 2085330. OLE color: 2085330.

HSL color Cylindrical-coordinate representation of color #D2D11F: hue angle of 59.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2D11F is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 209 31 -
CMYK 0 0.00 0.85 0.18
HSL 59.66º 0.74% 0.47% -
HSV(B) 59.66º 0.85% 0.82% -
XYZ 49.63 59.4 10.15 -
YUV 189.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 210 209 31 0 0.00 0.85 0.18 59.66 0.74 0.47
Hex D2 D1 1F 0 0 55 12 3C 4A 2F
Octal 322 321 37 0 0 125 22 74 112 57
Binary 11010010 11010001 11111 0 0 1010101 10010 111100 1001010 101111

Color Harmonies of #D2D11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D11F

Black with #D2D11F

Text Example


Text Example

White with #D2D11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D11F; }

 p { color: rgb(210,209,31); }

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

background-color css

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

 a { background-color: rgb(210,209,31); }

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

border-color css

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

 span { border-color: rgb(210,209,31); }

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