Html Css Color HEX #D8D325 Barberry

📋 copy color: '#D8D325'

red 216 ◦ green 211 ◦ blue 37

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

Shades of Barberry #D8D325

Tints of Barberry #D8D325

RGB

 RED value IS 216 (84.77% from 255) = 46.55%

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

 BLUE value IS 37 (14.84% from 255) = 7.97%

R = 46.55%
G = 45.47%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8D325 (or 0xD8D325) is known color: Barberry. HEX triplet: D8, D3 and 25. RGB value is (216,211,37). Sum of RGB (Red+Green+Blue) = 216+211+37=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D325 is #272CDA. Grayscale: #C1C1C1. Windows color (decimal): -2567387 or 2479064. OLE color: 2479064.

HSL color Cylindrical-coordinate representation of color #D8D325: hue angle of 58.32º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8D325 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 37 -
CMYK 0 0.02 0.83 0.15
HSL 58.32º 0.71% 0.5% -
HSV(B) 58.32º 0.83% 0.85% -
XYZ 51.95 61.32 10.85 -
YUV 192.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 216 211 37 0 0.02 0.83 0.15 58.32 0.71 0.5
Hex D8 D3 25 0 2 53 F 3A 47 32
Octal 330 323 45 0 2 123 17 72 107 62
Binary 11011000 11010011 100101 0 10 1010011 1111 111010 1000111 110010

Color Harmonies of #D8D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D325

Black with #D8D325

Text Example


Text Example

White with #D8D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D325; }

 p { color: rgb(216,211,37); }

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

background-color css

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

 a { background-color: rgb(216,211,37); }

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

border-color css

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

 span { border-color: rgb(216,211,37); }

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