Html Css Color HEX #DAD60E Barberry

📋 copy color: '#DAD60E'

red 218 ◦ green 214 ◦ blue 14

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

Shades of Barberry #DAD60E

Tints of Barberry #DAD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 48.88%
G = 47.98%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD60E (or 0xDAD60E) is known color: Barberry. HEX triplet: DA, D6 and 0E. RGB value is (218,214,14). Sum of RGB (Red+Green+Blue) = 218+214+14=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD60E is #2529F1. Grayscale: #C1C1C1. Windows color (decimal): -2435570 or 972506. OLE color: 972506.

HSL color Cylindrical-coordinate representation of color #DAD60E: hue angle of 58.82º degrees, saturation: 0.88, 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 #DAD60E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 14 -
CMYK 0 0.02 0.94 0.15
HSL 58.82º 0.88% 0.45% -
HSV(B) 58.82º 0.94% 0.85% -
XYZ 53.04 63.03 9.79 -
YUV 192.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 218 214 14 0 0.02 0.94 0.15 58.82 0.88 0.45
Hex DA D6 E 0 2 5E F 3B 58 2D
Octal 332 326 16 0 2 136 17 73 130 55
Binary 11011010 11010110 1110 0 10 1011110 1111 111011 1011000 101101

Color Harmonies of #DAD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD60E

Black with #DAD60E

Text Example


Text Example

White with #DAD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD60E; }

 p { color: rgb(218,214,14); }

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

background-color css

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

 a { background-color: rgb(218,214,14); }

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

border-color css

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

 span { border-color: rgb(218,214,14); }

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