Html Css Color HEX #D6C420 Barberry

📋 copy color: '#D6C420'

red 214 ◦ green 196 ◦ blue 32

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

Shades of Barberry #D6C420

Tints of Barberry #D6C420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

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

R = 48.42%
G = 44.34%
B = 7.24%

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

#D6C420 (or 0xD6C420) is known color: Barberry. HEX triplet: D6, C4 and 20. RGB value is (214,196,32). Sum of RGB (Red+Green+Blue) = 214+196+32=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C420 is #293BDF. Grayscale: #B7B7B7. Windows color (decimal): -2702304 or 2147542. OLE color: 2147542.

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

Color convert

RGB 214 196 32 -
CMYK 0 0.08 0.85 0.16
HSL 54.07º 0.74% 0.48% -
HSV(B) 54.07º 0.85% 0.84% -
XYZ 47.73 53.88 9.25 -
YUV 182.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 214 196 32 0 0.08 0.85 0.16 54.07 0.74 0.48
Hex D6 C4 20 0 8 55 10 36 4A 30
Octal 326 304 40 0 10 125 20 66 112 60
Binary 11010110 11000100 100000 0 1000 1010101 10000 110110 1001010 110000

Color Harmonies of #D6C420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C420

Black with #D6C420

Text Example


Text Example

White with #D6C420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C420; }

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

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

background-color css

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

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

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

border-color css

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

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

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