Html Css Color HEX #D6CC19 Barberry

📋 copy color: '#D6CC19'

red 214 ◦ green 204 ◦ blue 25

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

Shades of Barberry #D6CC19

Tints of Barberry #D6CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

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

R = 48.31%
G = 46.05%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6CC19 (or 0xD6CC19) is known color: Barberry. HEX triplet: D6, CC and 19. RGB value is (214,204,25). Sum of RGB (Red+Green+Blue) = 214+204+25=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC19 is #2933E6. Grayscale: #BBBBBB. Windows color (decimal): -2700263 or 1690838. OLE color: 1690838.

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

Color convert

RGB 214 204 25 -
CMYK 0 0.05 0.88 0.16
HSL 56.83º 0.79% 0.47% -
HSV(B) 56.83º 0.88% 0.84% -
XYZ 49.5 57.55 9.42 -
YUV 186.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 214 204 25 0 0.05 0.88 0.16 56.83 0.79 0.47
Hex D6 CC 19 0 5 58 10 39 4F 2F
Octal 326 314 31 0 5 130 20 71 117 57
Binary 11010110 11001100 11001 0 101 1011000 10000 111001 1001111 101111

Color Harmonies of #D6CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC19

Black with #D6CC19

Text Example


Text Example

White with #D6CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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