Html Css Color HEX #D7C620 Barberry

📋 copy color: '#D7C620'

red 215 ◦ green 198 ◦ blue 32

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

Shades of Barberry #D7C620

Tints of Barberry #D7C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 48.31%
G = 44.49%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D7C620 (or 0xD7C620) is known color: Barberry. HEX triplet: D7, C6 and 20. RGB value is (215,198,32). Sum of RGB (Red+Green+Blue) = 215+198+32=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C620 is #2839DF. Grayscale: #B8B8B8. Windows color (decimal): -2636256 or 2148055. OLE color: 2148055.

HSL color Cylindrical-coordinate representation of color #D7C620: hue angle of 54.43º 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 #D7C620 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 198 32 -
CMYK 0 0.08 0.85 0.16
HSL 54.43º 0.74% 0.48% -
HSV(B) 54.43º 0.85% 0.84% -
XYZ 48.48 54.94 9.42 -
YUV 184.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 215 198 32 0 0.08 0.85 0.16 54.43 0.74 0.48
Hex D7 C6 20 0 8 55 10 36 4A 30
Octal 327 306 40 0 10 125 20 66 112 60
Binary 11010111 11000110 100000 0 1000 1010101 10000 110110 1001010 110000

Color Harmonies of #D7C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C620

Black with #D7C620

Text Example


Text Example

White with #D7C620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C620; }

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

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

background-color css

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

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

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

border-color css

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

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

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