Html Css Color HEX #D6CC15 Barberry

📋 copy color: '#D6CC15'

red 214 ◦ green 204 ◦ blue 21

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

Shades of Barberry #D6CC15

Tints of Barberry #D6CC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 48.75%
G = 46.47%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6CC15 (or 0xD6CC15) is known color: Barberry. HEX triplet: D6, CC and 15. RGB value is (214,204,21). Sum of RGB (Red+Green+Blue) = 214+204+21=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC15 is #2933EA. Grayscale: #BABABA. Windows color (decimal): -2700267 or 1428694. OLE color: 1428694.

HSL color Cylindrical-coordinate representation of color #D6CC15: hue angle of 56.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6CC15 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 21 -
CMYK 0 0.05 0.90 0.16
HSL 56.89º 0.82% 0.46% -
HSV(B) 56.89º 0.9% 0.84% -
XYZ 49.46 57.54 9.21 -
YUV 186.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 214 204 21 0 0.05 0.90 0.16 56.89 0.82 0.46
Hex D6 CC 15 0 5 5A 10 39 52 2E
Octal 326 314 25 0 5 132 20 71 122 56
Binary 11010110 11001100 10101 0 101 1011010 10000 111001 1010010 101110

Color Harmonies of #D6CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC15

Black with #D6CC15

Text Example


Text Example

White with #D6CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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