Html Css Color HEX #D6C421 Barberry

📋 copy color: '#D6C421'

red 214 ◦ green 196 ◦ blue 33

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

Shades of Barberry #D6C421

Tints of Barberry #D6C421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.45%

R = 48.31%
G = 44.24%
B = 7.45%

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

#D6C421 (or 0xD6C421) is known color: Barberry. HEX triplet: D6, C4 and 21. RGB value is (214,196,33). Sum of RGB (Red+Green+Blue) = 214+196+33=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C421 is #293BDE. Grayscale: #B7B7B7. Windows color (decimal): -2702303 or 2213078. OLE color: 2213078.

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

Color convert

RGB 214 196 33 -
CMYK 0 0.08 0.85 0.16
HSL 54.03º 0.73% 0.48% -
HSV(B) 54.03º 0.85% 0.84% -
XYZ 47.75 53.89 9.32 -
YUV 182.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 214 196 33 0 0.08 0.85 0.16 54.03 0.73 0.48
Hex D6 C4 21 0 8 55 10 36 49 30
Octal 326 304 41 0 10 125 20 66 111 60
Binary 11010110 11000100 100001 0 1000 1010101 10000 110110 1001001 110000

Color Harmonies of #D6C421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C421

Black with #D6C421

Text Example


Text Example

White with #D6C421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C421; }

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

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

background-color css

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

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

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

border-color css

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

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

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