Html Css Color HEX #D7C226 Barberry

📋 copy color: '#D7C226'

red 215 ◦ green 194 ◦ blue 38

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

Shades of Barberry #D7C226

Tints of Barberry #D7C226

RGB

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

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

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

R = 48.1%
G = 43.4%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7C226 (or 0xD7C226) is known color: Barberry. HEX triplet: D7, C2 and 26. RGB value is (215,194,38). Sum of RGB (Red+Green+Blue) = 215+194+38=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C226 is #283DD9. Grayscale: #B7B7B7. Windows color (decimal): -2637274 or 2540247. OLE color: 2540247.

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

Color convert

RGB 215 194 38 -
CMYK 0 0.10 0.82 0.16
HSL 52.88º 0.7% 0.5% -
HSV(B) 52.88º 0.82% 0.84% -
XYZ 47.67 53.17 9.58 -
YUV 182.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 215 194 38 0 0.10 0.82 0.16 52.88 0.7 0.5
Hex D7 C2 26 0 A 52 10 35 46 32
Octal 327 302 46 0 12 122 20 65 106 62
Binary 11010111 11000010 100110 0 1010 1010010 10000 110101 1000110 110010

Color Harmonies of #D7C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C226

Black with #D7C226

Text Example


Text Example

White with #D7C226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C226; }

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

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

background-color css

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

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

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

border-color css

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

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

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