Html Css Color HEX #D2D31F Barberry

📋 copy color: '#D2D31F'

red 210 ◦ green 211 ◦ blue 31

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

Shades of Barberry #D2D31F

Tints of Barberry #D2D31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

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

R = 46.46%
G = 46.68%
B = 6.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D2D31F (or 0xD2D31F) is known color: Barberry. HEX triplet: D2, D3 and 1F. RGB value is (210,211,31). Sum of RGB (Red+Green+Blue) = 210+211+31=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D31F is #2D2CE0. Grayscale: #BEBEBE. Windows color (decimal): -2960609 or 2085842. OLE color: 2085842.

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

Color convert

RGB 210 211 31 -
CMYK 0.00 0 0.85 0.17
HSL 60.33º 0.74% 0.47% -
HSV(B) 60.33º 0.85% 0.83% -
XYZ 50.12 60.39 10.31 -
YUV 190.18 38.17 142.14 -
System Red Green Blue C M Y K H S L
Decimal 210 211 31 0.00 0 0.85 0.17 60.33 0.74 0.47
Hex D2 D3 1F 0 0 55 11 3C 4A 2F
Octal 322 323 37 0 0 125 21 74 112 57
Binary 11010010 11010011 11111 0 0 1010101 10001 111100 1001010 101111

Color Harmonies of #D2D31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D31F

Black with #D2D31F

Text Example


Text Example

White with #D2D31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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