Html Css Color HEX #D6C22E Barberry

📋 copy color: '#D6C22E'

red 214 ◦ green 194 ◦ blue 46

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

Shades of Barberry #D6C22E

Tints of Barberry #D6C22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 47.14%
G = 42.73%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C22E (or 0xD6C22E) is known color: Barberry. HEX triplet: D6, C2 and 2E. RGB value is (214,194,46). Sum of RGB (Red+Green+Blue) = 214+194+46=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C22E is #293DD1. Grayscale: #B7B7B7. Windows color (decimal): -2702802 or 3064534. OLE color: 3064534.

HSL color Cylindrical-coordinate representation of color #D6C22E: hue angle of 52.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C22E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 46 -
CMYK 0 0.09 0.79 0.16
HSL 52.86º 0.67% 0.51% -
HSV(B) 52.86º 0.79% 0.84% -
XYZ 47.52 53.08 10.33 -
YUV 183.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 214 194 46 0 0.09 0.79 0.16 52.86 0.67 0.51
Hex D6 C2 2E 0 9 4F 10 35 43 33
Octal 326 302 56 0 11 117 20 65 103 63
Binary 11010110 11000010 101110 0 1001 1001111 10000 110101 1000011 110011

Color Harmonies of #D6C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C22E

Black with #D6C22E

Text Example


Text Example

White with #D6C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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