Html Css Color HEX #D6C918 Barberry

📋 copy color: '#D6C918'

red 214 ◦ green 201 ◦ blue 24

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

Shades of Barberry #D6C918

Tints of Barberry #D6C918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 48.75%
G = 45.79%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6C918 (or 0xD6C918) is known color: Barberry. HEX triplet: D6, C9 and 18. RGB value is (214,201,24). Sum of RGB (Red+Green+Blue) = 214+201+24=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C918 is #2936E7. Grayscale: #B9B9B9. Windows color (decimal): -2701032 or 1624534. OLE color: 1624534.

HSL color Cylindrical-coordinate representation of color #D6C918: hue angle of 55.89º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6C918 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 24 -
CMYK 0 0.06 0.89 0.16
HSL 55.89º 0.8% 0.47% -
HSV(B) 55.89º 0.89% 0.84% -
XYZ 48.78 56.14 9.13 -
YUV 184.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 214 201 24 0 0.06 0.89 0.16 55.89 0.8 0.47
Hex D6 C9 18 0 6 59 10 38 50 2F
Octal 326 311 30 0 6 131 20 70 120 57
Binary 11010110 11001001 11000 0 110 1011001 10000 111000 1010000 101111

Color Harmonies of #D6C918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C918

Black with #D6C918

Text Example


Text Example

White with #D6C918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C918; }

 p { color: rgb(214,201,24); }

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

background-color css

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

 a { background-color: rgb(214,201,24); }

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

border-color css

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

 span { border-color: rgb(214,201,24); }

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