Html Css Color HEX #DADF1D Pear

📋 copy color: '#DADF1D'

red 218 ◦ green 223 ◦ blue 29

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

Shades of Pear #DADF1D

Tints of Pear #DADF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.17%

R = 46.38%
G = 47.45%
B = 6.17%

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

#DADF1D (or 0xDADF1D) is known color: Pear. HEX triplet: DA, DF and 1D. RGB value is (218,223,29). Sum of RGB (Red+Green+Blue) = 218+223+29=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF1D is #2520E2. Grayscale: #C8C8C8. Windows color (decimal): -2433251 or 1957850. OLE color: 1957850.

HSL color Cylindrical-coordinate representation of color #DADF1D: hue angle of 61.55º degrees, saturation: 0.77, 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 #DADF1D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 29 -
CMYK 0.02 0 0.87 0.13
HSL 61.55º 0.77% 0.49% -
HSV(B) 61.55º 0.87% 0.87% -
XYZ 55.52 67.77 11.32 -
YUV 199.39 31.84 141.27 -
System Red Green Blue C M Y K H S L
Decimal 218 223 29 0.02 0 0.87 0.13 61.55 0.77 0.49
Hex DA DF 1D 2 0 57 D 3E 4D 31
Octal 332 337 35 2 0 127 15 76 115 61
Binary 11011010 11011111 11101 10 0 1010111 1101 111110 1001101 110001

Color Harmonies of #DADF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF1D

Black with #DADF1D

Text Example


Text Example

White with #DADF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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