Html Css Color HEX #D9C328 Barberry

📋 copy color: '#D9C328'

red 217 ◦ green 195 ◦ blue 40

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

Shades of Barberry #D9C328

Tints of Barberry #D9C328

RGB

 RED value IS 217 (85.16% from 255) = 48.01%

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 48.01%
G = 43.14%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9C328 (or 0xD9C328) is known color: Barberry. HEX triplet: D9, C3 and 28. RGB value is (217,195,40). Sum of RGB (Red+Green+Blue) = 217+195+40=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C328 is #263CD7. Grayscale: #B8B8B8. Windows color (decimal): -2505944 or 2671577. OLE color: 2671577.

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

Color convert

RGB 217 195 40 -
CMYK 0 0.10 0.82 0.15
HSL 52.54º 0.7% 0.5% -
HSV(B) 52.54º 0.82% 0.85% -
XYZ 48.51 53.94 9.86 -
YUV 183.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 217 195 40 0 0.10 0.82 0.15 52.54 0.7 0.5
Hex D9 C3 28 0 A 52 F 35 46 32
Octal 331 303 50 0 12 122 17 65 106 62
Binary 11011001 11000011 101000 0 1010 1010010 1111 110101 1000110 110010

Color Harmonies of #D9C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C328

Black with #D9C328

Text Example


Text Example

White with #D9C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C328; }

 p { color: rgb(217,195,40); }

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

background-color css

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

 a { background-color: rgb(217,195,40); }

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

border-color css

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

 span { border-color: rgb(217,195,40); }

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