Html Css Color HEX #D6C320 Barberry

📋 copy color: '#D6C320'

red 214 ◦ green 195 ◦ blue 32

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

Shades of Barberry #D6C320

Tints of Barberry #D6C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.22%

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

R = 48.53%
G = 44.22%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6C320 (or 0xD6C320) is known color: Barberry. HEX triplet: D6, C3 and 20. RGB value is (214,195,32). Sum of RGB (Red+Green+Blue) = 214+195+32=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C320 is #293CDF. Grayscale: #B6B6B6. Windows color (decimal): -2702560 or 2147286. OLE color: 2147286.

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

Color convert

RGB 214 195 32 -
CMYK 0 0.09 0.85 0.16
HSL 53.74º 0.74% 0.48% -
HSV(B) 53.74º 0.85% 0.84% -
XYZ 47.51 53.43 9.18 -
YUV 182.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 214 195 32 0 0.09 0.85 0.16 53.74 0.74 0.48
Hex D6 C3 20 0 9 55 10 36 4A 30
Octal 326 303 40 0 11 125 20 66 112 60
Binary 11010110 11000011 100000 0 1001 1010101 10000 110110 1001010 110000

Color Harmonies of #D6C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C320

Black with #D6C320

Text Example


Text Example

White with #D6C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C320; }

 p { color: rgb(214,195,32); }

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

background-color css

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

 a { background-color: rgb(214,195,32); }

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

border-color css

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

 span { border-color: rgb(214,195,32); }

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