Html Css Color HEX #D7C224 Barberry

📋 copy color: '#D7C224'

red 215 ◦ green 194 ◦ blue 36

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

Shades of Barberry #D7C224

Tints of Barberry #D7C224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

 BLUE value IS 36 (14.45% from 255) = 8.09%

R = 48.31%
G = 43.6%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7C224 (or 0xD7C224) is known color: Barberry. HEX triplet: D7, C2 and 24. RGB value is (215,194,36). Sum of RGB (Red+Green+Blue) = 215+194+36=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C224 is #283DDB. Grayscale: #B6B6B6. Windows color (decimal): -2637276 or 2409175. OLE color: 2409175.

HSL color Cylindrical-coordinate representation of color #D7C224: hue angle of 52.96º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7C224 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 36 -
CMYK 0 0.10 0.83 0.16
HSL 52.96º 0.71% 0.49% -
HSV(B) 52.96º 0.83% 0.84% -
XYZ 47.63 53.16 9.42 -
YUV 182.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 215 194 36 0 0.10 0.83 0.16 52.96 0.71 0.49
Hex D7 C2 24 0 A 53 10 35 47 31
Octal 327 302 44 0 12 123 20 65 107 61
Binary 11010111 11000010 100100 0 1010 1010011 10000 110101 1000111 110001

Color Harmonies of #D7C224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C224

Black with #D7C224

Text Example


Text Example

White with #D7C224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C224; }

 p { color: rgb(215,194,36); }

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

background-color css

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

 a { background-color: rgb(215,194,36); }

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

border-color css

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

 span { border-color: rgb(215,194,36); }

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