Html Css Color HEX #D6C22B Barberry

📋 copy color: '#D6C22B'

red 214 ◦ green 194 ◦ blue 43

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

Shades of Barberry #D6C22B

Tints of Barberry #D6C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 47.45%
G = 43.02%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6C22B (or 0xD6C22B) is known color: Barberry. HEX triplet: D6, C2 and 2B. RGB value is (214,194,43). Sum of RGB (Red+Green+Blue) = 214+194+43=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C22B is #293DD4. Grayscale: #B7B7B7. Windows color (decimal): -2702805 or 2867926. OLE color: 2867926.

HSL color Cylindrical-coordinate representation of color #D6C22B: hue angle of 52.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6C22B is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 43 -
CMYK 0 0.09 0.80 0.16
HSL 52.98º 0.68% 0.5% -
HSV(B) 52.98º 0.8% 0.84% -
XYZ 47.46 53.05 10.02 -
YUV 182.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 214 194 43 0 0.09 0.80 0.16 52.98 0.68 0.5
Hex D6 C2 2B 0 9 50 10 35 44 32
Octal 326 302 53 0 11 120 20 65 104 62
Binary 11010110 11000010 101011 0 1001 1010000 10000 110101 1000100 110010

Color Harmonies of #D6C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C22B

Black with #D6C22B

Text Example


Text Example

White with #D6C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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