Html Css Color HEX #DADF1C Pear

📋 copy color: '#DADF1C'

red 218 ◦ green 223 ◦ blue 28

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

Shades of Pear #DADF1C

Tints of Pear #DADF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 46.48%
G = 47.55%
B = 5.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DADF1C (or 0xDADF1C) is known color: Pear. HEX triplet: DA, DF and 1C. RGB value is (218,223,28). Sum of RGB (Red+Green+Blue) = 218+223+28=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF1C is #2520E3. Grayscale: #C8C8C8. Windows color (decimal): -2433252 or 1892314. OLE color: 1892314.

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

Color convert

RGB 218 223 28 -
CMYK 0.02 0 0.87 0.13
HSL 61.54º 0.78% 0.49% -
HSV(B) 61.54º 0.87% 0.87% -
XYZ 55.51 67.76 11.25 -
YUV 199.28 31.34 141.36 -
System Red Green Blue C M Y K H S L
Decimal 218 223 28 0.02 0 0.87 0.13 61.54 0.78 0.49
Hex DA DF 1C 2 0 57 D 3E 4E 31
Octal 332 337 34 2 0 127 15 76 116 61
Binary 11011010 11011111 11100 10 0 1010111 1101 111110 1001110 110001

Color Harmonies of #DADF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF1C

Black with #DADF1C

Text Example


Text Example

White with #DADF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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