Html Css Color HEX #D6CA19 Barberry

📋 copy color: '#D6CA19'

red 214 ◦ green 202 ◦ blue 25

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

Shades of Barberry #D6CA19

Tints of Barberry #D6CA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

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

R = 48.53%
G = 45.8%
B = 5.67%

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

#D6CA19 (or 0xD6CA19) is known color: Barberry. HEX triplet: D6, CA and 19. RGB value is (214,202,25). Sum of RGB (Red+Green+Blue) = 214+202+25=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA19 is #2935E6. Grayscale: #BABABA. Windows color (decimal): -2700775 or 1690326. OLE color: 1690326.

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

Color convert

RGB 214 202 25 -
CMYK 0 0.06 0.88 0.16
HSL 56.19º 0.79% 0.47% -
HSV(B) 56.19º 0.88% 0.84% -
XYZ 49.03 56.61 9.26 -
YUV 185.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 214 202 25 0 0.06 0.88 0.16 56.19 0.79 0.47
Hex D6 CA 19 0 6 58 10 38 4F 2F
Octal 326 312 31 0 6 130 20 70 117 57
Binary 11010110 11001010 11001 0 110 1011000 10000 111000 1001111 101111

Color Harmonies of #D6CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA19

Black with #D6CA19

Text Example


Text Example

White with #D6CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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