Html Css Color HEX #D0DF31 Pear

📋 copy color: '#D0DF31'

red 208 ◦ green 223 ◦ blue 49

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

Shades of Pear #D0DF31

Tints of Pear #D0DF31

RGB

 RED value IS 208 (81.64% from 255) = 43.33%

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

 BLUE value IS 49 (19.53% from 255) = 10.21%

R = 43.33%
G = 46.46%
B = 10.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#D0DF31 (or 0xD0DF31) is known color: Pear. HEX triplet: D0, DF and 31. RGB value is (208,223,49). Sum of RGB (Red+Green+Blue) = 208+223+49=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF31 is #2F20CE. Grayscale: #C7C7C7. Windows color (decimal): -3088591 or 3268560. OLE color: 3268560.

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

Color convert

RGB 208 223 49 -
CMYK 0.07 0 0.78 0.13
HSL 65.17º 0.73% 0.53% -
HSV(B) 65.17º 0.78% 0.87% -
XYZ 52.95 66.41 12.93 -
YUV 198.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 208 223 49 0.07 0 0.78 0.13 65.17 0.73 0.53
Hex D0 DF 31 7 0 4E D 41 49 35
Octal 320 337 61 7 0 116 15 101 111 65
Binary 11010000 11011111 110001 111 0 1001110 1101 1000001 1001001 110101

Color Harmonies of #D0DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DF31

Black with #D0DF31

Text Example


Text Example

White with #D0DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DF31; }

 p { color: rgb(208,223,49); }

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

background-color css

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

 a { background-color: rgb(208,223,49); }

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

border-color css

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

 span { border-color: rgb(208,223,49); }

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