Html Css Color HEX #D6C82C Barberry

📋 copy color: '#D6C82C'

red 214 ◦ green 200 ◦ blue 44

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

Shades of Barberry #D6C82C

Tints of Barberry #D6C82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 46.72%
G = 43.67%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C82C (or 0xD6C82C) is known color: Barberry. HEX triplet: D6, C8 and 2C. RGB value is (214,200,44). Sum of RGB (Red+Green+Blue) = 214+200+44=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C82C is #2937D3. Grayscale: #BBBBBB. Windows color (decimal): -2701268 or 2934998. OLE color: 2934998.

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

Color convert

RGB 214 200 44 -
CMYK 0 0.07 0.79 0.16
HSL 55.06º 0.67% 0.51% -
HSV(B) 55.06º 0.79% 0.84% -
XYZ 48.84 55.79 10.58 -
YUV 186.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 214 200 44 0 0.07 0.79 0.16 55.06 0.67 0.51
Hex D6 C8 2C 0 7 4F 10 37 43 33
Octal 326 310 54 0 7 117 20 67 103 63
Binary 11010110 11001000 101100 0 111 1001111 10000 110111 1000011 110011

Color Harmonies of #D6C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C82C

Black with #D6C82C

Text Example


Text Example

White with #D6C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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