Html Css Color HEX #D7C326 Barberry

📋 copy color: '#D7C326'

red 215 ◦ green 195 ◦ blue 38

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

Shades of Barberry #D7C326

Tints of Barberry #D7C326

RGB

 RED value IS 215 (84.38% from 255) = 47.99%

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

 BLUE value IS 38 (15.23% from 255) = 8.48%

R = 47.99%
G = 43.53%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7C326 (or 0xD7C326) is known color: Barberry. HEX triplet: D7, C3 and 26. RGB value is (215,195,38). Sum of RGB (Red+Green+Blue) = 215+195+38=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C326 is #283CD9. Grayscale: #B7B7B7. Windows color (decimal): -2637018 or 2540503. OLE color: 2540503.

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

Color convert

RGB 215 195 38 -
CMYK 0 0.09 0.82 0.16
HSL 53.22º 0.7% 0.5% -
HSV(B) 53.22º 0.82% 0.84% -
XYZ 47.89 53.62 9.66 -
YUV 183.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 215 195 38 0 0.09 0.82 0.16 53.22 0.7 0.5
Hex D7 C3 26 0 9 52 10 35 46 32
Octal 327 303 46 0 11 122 20 65 106 62
Binary 11010111 11000011 100110 0 1001 1010010 10000 110101 1000110 110010

Color Harmonies of #D7C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C326

Black with #D7C326

Text Example


Text Example

White with #D7C326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C326; }

 p { color: rgb(215,195,38); }

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

background-color css

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

 a { background-color: rgb(215,195,38); }

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

border-color css

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

 span { border-color: rgb(215,195,38); }

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