Html Css Color HEX #D8D01A Barberry

📋 copy color: '#D8D01A'

red 216 ◦ green 208 ◦ blue 26

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

Shades of Barberry #D8D01A

Tints of Barberry #D8D01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

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

R = 48%
G = 46.22%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8D01A (or 0xD8D01A) is known color: Barberry. HEX triplet: D8, D0 and 1A. RGB value is (216,208,26). Sum of RGB (Red+Green+Blue) = 216+208+26=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D01A is #272FE5. Grayscale: #BEBEBE. Windows color (decimal): -2568166 or 1757400. OLE color: 1757400.

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

Color convert

RGB 216 208 26 -
CMYK 0 0.04 0.88 0.15
HSL 57.47º 0.79% 0.47% -
HSV(B) 57.47º 0.88% 0.85% -
XYZ 51.06 59.79 9.83 -
YUV 189.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 216 208 26 0 0.04 0.88 0.15 57.47 0.79 0.47
Hex D8 D0 1A 0 4 58 F 39 4F 2F
Octal 330 320 32 0 4 130 17 71 117 57
Binary 11011000 11010000 11010 0 100 1011000 1111 111001 1001111 101111

Color Harmonies of #D8D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D01A

Black with #D8D01A

Text Example


Text Example

White with #D8D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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