Html Css Color HEX #DAE00C Barberry

📋 copy color: '#DAE00C'

red 218 ◦ green 224 ◦ blue 12

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

Shades of Barberry #DAE00C

Tints of Barberry #DAE00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

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

R = 48.02%
G = 49.34%
B = 2.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#DAE00C (or 0xDAE00C) is known color: Barberry. HEX triplet: DA, E0 and 0C. RGB value is (218,224,12). Sum of RGB (Red+Green+Blue) = 218+224+12=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE00C is #251FF3. Grayscale: #C6C6C6. Windows color (decimal): -2433012 or 843994. OLE color: 843994.

HSL color Cylindrical-coordinate representation of color #DAE00C: hue angle of 61.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE00C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 12 -
CMYK 0.03 0 0.95 0.12
HSL 61.7º 0.9% 0.46% -
HSV(B) 61.7º 0.95% 0.88% -
XYZ 55.64 68.24 10.59 -
YUV 198.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 218 224 12 0.03 0 0.95 0.12 61.7 0.9 0.46
Hex DA E0 C 3 0 5F C 3E 5A 2E
Octal 332 340 14 3 0 137 14 76 132 56
Binary 11011010 11100000 1100 11 0 1011111 1100 111110 1011010 101110

Color Harmonies of #DAE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE00C

Black with #DAE00C

Text Example


Text Example

White with #DAE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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