Html Css Color HEX #D6C228 Barberry

📋 copy color: '#D6C228'

red 214 ◦ green 194 ◦ blue 40

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

Shades of Barberry #D6C228

Tints of Barberry #D6C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.93%

R = 47.77%
G = 43.3%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6C228 (or 0xD6C228) is known color: Barberry. HEX triplet: D6, C2 and 28. RGB value is (214,194,40). Sum of RGB (Red+Green+Blue) = 214+194+40=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C228 is #293DD7. Grayscale: #B7B7B7. Windows color (decimal): -2702808 or 2671318. OLE color: 2671318.

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

Color convert

RGB 214 194 40 -
CMYK 0 0.09 0.81 0.16
HSL 53.1º 0.69% 0.5% -
HSV(B) 53.1º 0.81% 0.84% -
XYZ 47.41 53.03 9.75 -
YUV 182.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 214 194 40 0 0.09 0.81 0.16 53.1 0.69 0.5
Hex D6 C2 28 0 9 51 10 35 45 32
Octal 326 302 50 0 11 121 20 65 105 62
Binary 11010110 11000010 101000 0 1001 1010001 10000 110101 1000101 110010

Color Harmonies of #D6C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C228

Black with #D6C228

Text Example


Text Example

White with #D6C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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