Html Css Color HEX #FFDD31 Gorse

📋 copy color: '#FFDD31'

red 255 ◦ green 221 ◦ blue 49

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

Shades of Gorse #FFDD31

Tints of Gorse #FFDD31

RGB

 RED value IS 255 (100% from 255) = 48.57%

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 48.57%
G = 42.1%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFDD31 (or 0xFFDD31) is known color: Gorse. HEX triplet: FF, DD and 31. RGB value is (255,221,49). Sum of RGB (Red+Green+Blue) = 255+221+49=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD31 is #0022CE. Grayscale: #D4D4D4. Windows color (decimal): -8911 or 3268095. OLE color: 3268095.

HSL color Cylindrical-coordinate representation of color #FFDD31: hue angle of 50.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDD31 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 49 -
CMYK 0 0.13 0.81 0
HSL 50.1º 1% 0.6% -
HSV(B) 50.1º 0.81% 1% -
XYZ 67.65 73.19 13.47 -
YUV 211.56 36.26 158.99 -
System Red Green Blue C M Y K H S L
Decimal 255 221 49 0 0.13 0.81 0 50.1 1 0.6
Hex FF DD 31 0 D 51 0 32 64 3C
Octal 377 335 61 0 15 121 0 62 144 74
Binary 11111111 11011101 110001 0 1101 1010001 0 110010 1100100 111100

Color Harmonies of #FFDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD31

Black with #FFDD31

Text Example


Text Example

White with #FFDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD31; }

 p { color: rgb(255,221,49); }

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

background-color css

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

 a { background-color: rgb(255,221,49); }

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

border-color css

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

 span { border-color: rgb(255,221,49); }

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