Html Css Color HEX #D8DA0C Barberry

📋 copy color: '#D8DA0C'

red 216 ◦ green 218 ◦ blue 12

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

Shades of Barberry #D8DA0C

Tints of Barberry #D8DA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 48.43%
G = 48.88%
B = 2.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8DA0C (or 0xD8DA0C) is known color: Barberry. HEX triplet: D8, DA and 0C. RGB value is (216,218,12). Sum of RGB (Red+Green+Blue) = 216+218+12=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DA0C is #2725F3. Grayscale: #C2C2C2. Windows color (decimal): -2565620 or 842456. OLE color: 842456.

HSL color Cylindrical-coordinate representation of color #D8DA0C: hue angle of 60.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8DA0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 12 -
CMYK 0.01 0 0.94 0.15
HSL 60.58º 0.9% 0.45% -
HSV(B) 60.58º 0.94% 0.85% -
XYZ 53.46 64.77 10.03 -
YUV 193.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 216 218 12 0.01 0 0.94 0.15 60.58 0.9 0.45
Hex D8 DA C 1 0 5E F 3D 5A 2D
Octal 330 332 14 1 0 136 17 75 132 55
Binary 11011000 11011010 1100 1 0 1011110 1111 111101 1011010 101101

Color Harmonies of #D8DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA0C

Black with #D8DA0C

Text Example


Text Example

White with #D8DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA0C; }

 p { color: rgb(216,218,12); }

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

background-color css

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

 a { background-color: rgb(216,218,12); }

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

border-color css

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

 span { border-color: rgb(216,218,12); }

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