Html Css Color HEX #D6C726 Barberry

📋 copy color: '#D6C726'

red 214 ◦ green 199 ◦ blue 38

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

Shades of Barberry #D6C726

Tints of Barberry #D6C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 38 (15.23% from 255) = 8.43%

R = 47.45%
G = 44.12%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6C726 (or 0xD6C726) is known color: Barberry. HEX triplet: D6, C7 and 26. RGB value is (214,199,38). Sum of RGB (Red+Green+Blue) = 214+199+38=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C726 is #2938D9. Grayscale: #B9B9B9. Windows color (decimal): -2701530 or 2541526. OLE color: 2541526.

HSL color Cylindrical-coordinate representation of color #D6C726: hue angle of 54.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6C726 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 38 -
CMYK 0 0.07 0.82 0.16
HSL 54.89º 0.7% 0.49% -
HSV(B) 54.89º 0.82% 0.84% -
XYZ 48.5 55.28 9.95 -
YUV 185.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 214 199 38 0 0.07 0.82 0.16 54.89 0.7 0.49
Hex D6 C7 26 0 7 52 10 37 46 31
Octal 326 307 46 0 7 122 20 67 106 61
Binary 11010110 11000111 100110 0 111 1010010 10000 110111 1000110 110001

Color Harmonies of #D6C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C726

Black with #D6C726

Text Example


Text Example

White with #D6C726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C726; }

 p { color: rgb(214,199,38); }

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

background-color css

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

 a { background-color: rgb(214,199,38); }

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

border-color css

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

 span { border-color: rgb(214,199,38); }

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