Html Css Color HEX #D2B927 Barberry

📋 copy color: '#D2B927'

red 210 ◦ green 185 ◦ blue 39

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

Shades of Barberry #D2B927

Tints of Barberry #D2B927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 48.39%
G = 42.63%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2B927 (or 0xD2B927) is known color: Barberry. HEX triplet: D2, B9 and 27. RGB value is (210,185,39). Sum of RGB (Red+Green+Blue) = 210+185+39=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B927 is #2D46D8. Grayscale: #B0B0B0. Windows color (decimal): -2967257 or 2603474. OLE color: 2603474.

HSL color Cylindrical-coordinate representation of color #D2B927: hue angle of 51.23º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2B927 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 39 -
CMYK 0 0.12 0.81 0.18
HSL 51.23º 0.69% 0.49% -
HSV(B) 51.23º 0.81% 0.82% -
XYZ 44.29 48.55 8.96 -
YUV 175.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 210 185 39 0 0.12 0.81 0.18 51.23 0.69 0.49
Hex D2 B9 27 0 C 51 12 33 45 31
Octal 322 271 47 0 14 121 22 63 105 61
Binary 11010010 10111001 100111 0 1100 1010001 10010 110011 1000101 110001

Color Harmonies of #D2B927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B927

Black with #D2B927

Text Example


Text Example

White with #D2B927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B927; }

 p { color: rgb(210,185,39); }

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

background-color css

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

 a { background-color: rgb(210,185,39); }

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

border-color css

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

 span { border-color: rgb(210,185,39); }

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