Html Css Color HEX #D6C224 Barberry

📋 copy color: '#D6C224'

red 214 ◦ green 194 ◦ blue 36

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

Shades of Barberry #D6C224

Tints of Barberry #D6C224

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

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

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

R = 48.2%
G = 43.69%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6C224 (or 0xD6C224) is known color: Barberry. HEX triplet: D6, C2 and 24. RGB value is (214,194,36). Sum of RGB (Red+Green+Blue) = 214+194+36=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C224 is #293DDB. Grayscale: #B6B6B6. Windows color (decimal): -2702812 or 2409174. OLE color: 2409174.

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

Color convert

RGB 214 194 36 -
CMYK 0 0.09 0.83 0.16
HSL 53.26º 0.71% 0.49% -
HSV(B) 53.26º 0.83% 0.84% -
XYZ 47.34 53.01 9.41 -
YUV 181.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 214 194 36 0 0.09 0.83 0.16 53.26 0.71 0.49
Hex D6 C2 24 0 9 53 10 35 47 31
Octal 326 302 44 0 11 123 20 65 107 61
Binary 11010110 11000010 100100 0 1001 1010011 10000 110101 1000111 110001

Color Harmonies of #D6C224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C224

Black with #D6C224

Text Example


Text Example

White with #D6C224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C224; }

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

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

background-color css

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

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

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

border-color css

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

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

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