Html Css Color HEX #DAD223 Barberry

📋 copy color: '#DAD223'

red 218 ◦ green 210 ◦ blue 35

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

Shades of Barberry #DAD223

Tints of Barberry #DAD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

 BLUE value IS 35 (14.06% from 255) = 7.56%

R = 47.08%
G = 45.36%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAD223 (or 0xDAD223) is known color: Barberry. HEX triplet: DA, D2 and 23. RGB value is (218,210,35). Sum of RGB (Red+Green+Blue) = 218+210+35=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD223 is #252DDC. Grayscale: #C1C1C1. Windows color (decimal): -2436573 or 2347738. OLE color: 2347738.

HSL color Cylindrical-coordinate representation of color #DAD223: hue angle of 57.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAD223 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 35 -
CMYK 0 0.04 0.84 0.15
HSL 57.38º 0.72% 0.5% -
HSV(B) 57.38º 0.84% 0.85% -
XYZ 52.26 61.12 10.63 -
YUV 192.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 218 210 35 0 0.04 0.84 0.15 57.38 0.72 0.5
Hex DA D2 23 0 4 54 F 39 48 32
Octal 332 322 43 0 4 124 17 71 110 62
Binary 11011010 11010010 100011 0 100 1010100 1111 111001 1001000 110010

Color Harmonies of #DAD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD223

Black with #DAD223

Text Example


Text Example

White with #DAD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD223; }

 p { color: rgb(218,210,35); }

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

background-color css

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

 a { background-color: rgb(218,210,35); }

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

border-color css

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

 span { border-color: rgb(218,210,35); }

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