Html Css Color HEX #DAD91C Barberry

📋 copy color: '#DAD91C'

red 218 ◦ green 217 ◦ blue 28

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

Shades of Barberry #DAD91C

Tints of Barberry #DAD91C

RGB

 RED value IS 218 (85.55% from 255) = 47.08%

 GREEN value IS 217 (85.16% from 255) = 46.87%

 BLUE value IS 28 (11.33% from 255) = 6.05%

R = 47.08%
G = 46.87%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAD91C (or 0xDAD91C) is known color: Barberry. HEX triplet: DA, D9 and 1C. RGB value is (218,217,28). Sum of RGB (Red+Green+Blue) = 218+217+28=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD91C is #2526E3. Grayscale: #C4C4C4. Windows color (decimal): -2434788 or 1890778. OLE color: 1890778.

HSL color Cylindrical-coordinate representation of color #DAD91C: hue angle of 59.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAD91C is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 28 -
CMYK 0 0.00 0.87 0.15
HSL 59.68º 0.77% 0.48% -
HSV(B) 59.68º 0.87% 0.85% -
XYZ 53.94 64.61 10.73 -
YUV 195.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 218 217 28 0 0.00 0.87 0.15 59.68 0.77 0.48
Hex DA D9 1C 0 0 57 F 3C 4D 30
Octal 332 331 34 0 0 127 17 74 115 60
Binary 11011010 11011001 11100 0 0 1010111 1111 111100 1001101 110000

Color Harmonies of #DAD91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD91C

Black with #DAD91C

Text Example


Text Example

White with #DAD91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD91C; }

 p { color: rgb(218,217,28); }

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

background-color css

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

 a { background-color: rgb(218,217,28); }

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

border-color css

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

 span { border-color: rgb(218,217,28); }

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