Html Css Color HEX #D7C820 Barberry

📋 copy color: '#D7C820'

red 215 ◦ green 200 ◦ blue 32

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

Shades of Barberry #D7C820

Tints of Barberry #D7C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 32 (12.89% from 255) = 7.16%

R = 48.1%
G = 44.74%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D7C820 (or 0xD7C820) is known color: Barberry. HEX triplet: D7, C8 and 20. RGB value is (215,200,32). Sum of RGB (Red+Green+Blue) = 215+200+32=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C820 is #2837DF. Grayscale: #BABABA. Windows color (decimal): -2635744 or 2148567. OLE color: 2148567.

HSL color Cylindrical-coordinate representation of color #D7C820: hue angle of 55.08º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7C820 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 200 32 -
CMYK 0 0.07 0.85 0.16
HSL 55.08º 0.74% 0.48% -
HSV(B) 55.08º 0.85% 0.84% -
XYZ 48.94 55.86 9.57 -
YUV 185.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 215 200 32 0 0.07 0.85 0.16 55.08 0.74 0.48
Hex D7 C8 20 0 7 55 10 37 4A 30
Octal 327 310 40 0 7 125 20 67 112 60
Binary 11010111 11001000 100000 0 111 1010101 10000 110111 1001010 110000

Color Harmonies of #D7C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C820

Black with #D7C820

Text Example


Text Example

White with #D7C820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C820; }

 p { color: rgb(215,200,32); }

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

background-color css

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

 a { background-color: rgb(215,200,32); }

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

border-color css

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

 span { border-color: rgb(215,200,32); }

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