Html Css Color HEX #D6C919 Barberry

📋 copy color: '#D6C919'

red 214 ◦ green 201 ◦ blue 25

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

Shades of Barberry #D6C919

Tints of Barberry #D6C919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 48.64%
G = 45.68%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6C919 (or 0xD6C919) is known color: Barberry. HEX triplet: D6, C9 and 19. RGB value is (214,201,25). Sum of RGB (Red+Green+Blue) = 214+201+25=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C919 is #2936E6. Grayscale: #B9B9B9. Windows color (decimal): -2701031 or 1690070. OLE color: 1690070.

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

Color convert

RGB 214 201 25 -
CMYK 0 0.06 0.88 0.16
HSL 55.87º 0.79% 0.47% -
HSV(B) 55.87º 0.88% 0.84% -
XYZ 48.79 56.14 9.18 -
YUV 184.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 214 201 25 0 0.06 0.88 0.16 55.87 0.79 0.47
Hex D6 C9 19 0 6 58 10 38 4F 2F
Octal 326 311 31 0 6 130 20 70 117 57
Binary 11010110 11001001 11001 0 110 1011000 10000 111000 1001111 101111

Color Harmonies of #D6C919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C919

Black with #D6C919

Text Example


Text Example

White with #D6C919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C919; }

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

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

background-color css

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

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

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

border-color css

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

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

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