Html Css Color HEX #DAF01D Pear

📋 copy color: '#DAF01D'

red 218 ◦ green 240 ◦ blue 29

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

Shades of Pear #DAF01D

Tints of Pear #DAF01D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

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

R = 44.76%
G = 49.28%
B = 5.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#DAF01D (or 0xDAF01D) is known color: Pear. HEX triplet: DA, F0 and 1D. RGB value is (218,240,29). Sum of RGB (Red+Green+Blue) = 218+240+29=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF01D is #250FE2. Grayscale: #D2D2D2. Windows color (decimal): -2428899 or 1962202. OLE color: 1962202.

HSL color Cylindrical-coordinate representation of color #DAF01D: hue angle of 66.26º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF01D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 29 -
CMYK 0.09 0 0.88 0.06
HSL 66.26º 0.88% 0.53% -
HSV(B) 66.26º 0.88% 0.94% -
XYZ 60.3 77.31 12.91 -
YUV 209.37 26.21 134.16 -
System Red Green Blue C M Y K H S L
Decimal 218 240 29 0.09 0 0.88 0.06 66.26 0.88 0.53
Hex DA F0 1D 9 0 58 6 42 58 35
Octal 332 360 35 11 0 130 6 102 130 65
Binary 11011010 11110000 11101 1001 0 1011000 110 1000010 1011000 110101

Color Harmonies of #DAF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF01D

Black with #DAF01D

Text Example


Text Example

White with #DAF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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