Html Css Color HEX #D8DF0A Barberry

📋 copy color: '#D8DF0A'

red 216 ◦ green 223 ◦ blue 10

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

Shades of Barberry #D8DF0A

Tints of Barberry #D8DF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 48.11%
G = 49.67%
B = 2.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#D8DF0A (or 0xD8DF0A) is known color: Barberry. HEX triplet: D8, DF and 0A. RGB value is (216,223,10). Sum of RGB (Red+Green+Blue) = 216+223+10=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DF0A is #2720F5. Grayscale: #C5C5C5. Windows color (decimal): -2564342 or 712664. OLE color: 712664.

HSL color Cylindrical-coordinate representation of color #D8DF0A: hue angle of 61.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8DF0A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 10 -
CMYK 0.03 0 0.96 0.13
HSL 61.97º 0.91% 0.46% -
HSV(B) 61.97º 0.96% 0.87% -
XYZ 54.76 67.4 10.41 -
YUV 196.63 22.68 141.82 -
System Red Green Blue C M Y K H S L
Decimal 216 223 10 0.03 0 0.96 0.13 61.97 0.91 0.46
Hex D8 DF A 3 0 60 D 3E 5B 2E
Octal 330 337 12 3 0 140 15 76 133 56
Binary 11011000 11011111 1010 11 0 1100000 1101 111110 1011011 101110

Color Harmonies of #D8DF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF0A

Black with #D8DF0A

Text Example


Text Example

White with #D8DF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF0A; }

 p { color: rgb(216,223,10); }

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

background-color css

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

 a { background-color: rgb(216,223,10); }

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

border-color css

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

 span { border-color: rgb(216,223,10); }

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