Html Css Color HEX #DADF0B Barberry

📋 copy color: '#DADF0B'

red 218 ◦ green 223 ◦ blue 11

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

Shades of Barberry #DADF0B

Tints of Barberry #DADF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.34%

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 48.23%
G = 49.34%
B = 2.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DADF0B (or 0xDADF0B) is known color: Barberry. HEX triplet: DA, DF and 0B. RGB value is (218,223,11). Sum of RGB (Red+Green+Blue) = 218+223+11=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF0B is #2520F4. Grayscale: #C6C6C6. Windows color (decimal): -2433269 or 778202. OLE color: 778202.

HSL color Cylindrical-coordinate representation of color #DADF0B: hue angle of 61.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DADF0B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 11 -
CMYK 0.02 0 0.95 0.13
HSL 61.42º 0.91% 0.46% -
HSV(B) 61.42º 0.95% 0.87% -
XYZ 55.36 67.7 10.47 -
YUV 197.34 22.84 142.74 -
System Red Green Blue C M Y K H S L
Decimal 218 223 11 0.02 0 0.95 0.13 61.42 0.91 0.46
Hex DA DF B 2 0 5F D 3D 5B 2E
Octal 332 337 13 2 0 137 15 75 133 56
Binary 11011010 11011111 1011 10 0 1011111 1101 111101 1011011 101110

Color Harmonies of #DADF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF0B

Black with #DADF0B

Text Example


Text Example

White with #DADF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF0B; }

 p { color: rgb(218,223,11); }

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

background-color css

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

 a { background-color: rgb(218,223,11); }

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

border-color css

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

 span { border-color: rgb(218,223,11); }

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