Html Css Color HEX #DAD323 Barberry

📋 copy color: '#DAD323'

red 218 ◦ green 211 ◦ blue 35

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

Shades of Barberry #DAD323

Tints of Barberry #DAD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 46.98%
G = 45.47%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAD323 (or 0xDAD323) is known color: Barberry. HEX triplet: DA, D3 and 23. RGB value is (218,211,35). Sum of RGB (Red+Green+Blue) = 218+211+35=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD323 is #252CDC. Grayscale: #C1C1C1. Windows color (decimal): -2436317 or 2347994. OLE color: 2347994.

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

Color convert

RGB 218 211 35 -
CMYK 0 0.03 0.84 0.15
HSL 57.7º 0.72% 0.5% -
HSV(B) 57.7º 0.84% 0.85% -
XYZ 52.51 61.62 10.72 -
YUV 193.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 218 211 35 0 0.03 0.84 0.15 57.7 0.72 0.5
Hex DA D3 23 0 3 54 F 3A 48 32
Octal 332 323 43 0 3 124 17 72 110 62
Binary 11011010 11010011 100011 0 11 1010100 1111 111010 1001000 110010

Color Harmonies of #DAD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD323

Black with #DAD323

Text Example


Text Example

White with #DAD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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