Html Css Color HEX #D8C71A Barberry

📋 copy color: '#D8C71A'

red 216 ◦ green 199 ◦ blue 26

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

Shades of Barberry #D8C71A

Tints of Barberry #D8C71A

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

 GREEN value IS 199 (78.13% from 255) = 45.12%

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 48.98%
G = 45.12%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8C71A (or 0xD8C71A) is known color: Barberry. HEX triplet: D8, C7 and 1A. RGB value is (216,199,26). Sum of RGB (Red+Green+Blue) = 216+199+26=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C71A is #2738E5. Grayscale: #B9B9B9. Windows color (decimal): -2570470 or 1755096. OLE color: 1755096.

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

Color convert

RGB 216 199 26 -
CMYK 0 0.08 0.88 0.15
HSL 54.63º 0.79% 0.47% -
HSV(B) 54.63º 0.88% 0.85% -
XYZ 48.93 55.52 9.11 -
YUV 184.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 216 199 26 0 0.08 0.88 0.15 54.63 0.79 0.47
Hex D8 C7 1A 0 8 58 F 37 4F 2F
Octal 330 307 32 0 10 130 17 67 117 57
Binary 11011000 11000111 11010 0 1000 1011000 1111 110111 1001111 101111

Color Harmonies of #D8C71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C71A

Black with #D8C71A

Text Example


Text Example

White with #D8C71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C71A; }

 p { color: rgb(216,199,26); }

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

background-color css

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

 a { background-color: rgb(216,199,26); }

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

border-color css

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

 span { border-color: rgb(216,199,26); }

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