Html Css Color HEX #D6C820 Barberry

📋 copy color: '#D6C820'

red 214 ◦ green 200 ◦ blue 32

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

Shades of Barberry #D6C820

Tints of Barberry #D6C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

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

R = 47.98%
G = 44.84%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6C820 (or 0xD6C820) is known color: Barberry. HEX triplet: D6, C8 and 20. RGB value is (214,200,32). Sum of RGB (Red+Green+Blue) = 214+200+32=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C820 is #2937DF. Grayscale: #B9B9B9. Windows color (decimal): -2701280 or 2148566. OLE color: 2148566.

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

Color convert

RGB 214 200 32 -
CMYK 0 0.07 0.85 0.16
HSL 55.38º 0.74% 0.48% -
HSV(B) 55.38º 0.85% 0.84% -
XYZ 48.65 55.71 9.56 -
YUV 185.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 214 200 32 0 0.07 0.85 0.16 55.38 0.74 0.48
Hex D6 C8 20 0 7 55 10 37 4A 30
Octal 326 310 40 0 7 125 20 67 112 60
Binary 11010110 11001000 100000 0 111 1010101 10000 110111 1001010 110000

Color Harmonies of #D6C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C820

Black with #D6C820

Text Example


Text Example

White with #D6C820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C820; }

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

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

background-color css

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

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

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

border-color css

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

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

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