Html Css Color HEX #FFDD2F Gorse

📋 copy color: '#FFDD2F'

red 255 ◦ green 221 ◦ blue 47

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

Shades of Gorse #FFDD2F

Tints of Gorse #FFDD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.99%

R = 48.76%
G = 42.26%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDD2F (or 0xFFDD2F) is known color: Gorse. HEX triplet: FF, DD and 2F. RGB value is (255,221,47). Sum of RGB (Red+Green+Blue) = 255+221+47=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD2F is #0022D0. Grayscale: #D4D4D4. Windows color (decimal): -8913 or 3137023. OLE color: 3137023.

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

Color convert

RGB 255 221 47 -
CMYK 0 0.13 0.82 0
HSL 50.19º 1% 0.59% -
HSV(B) 50.19º 0.82% 1% -
XYZ 67.61 73.18 13.25 -
YUV 211.33 35.26 159.15 -
System Red Green Blue C M Y K H S L
Decimal 255 221 47 0 0.13 0.82 0 50.19 1 0.59
Hex FF DD 2F 0 D 52 0 32 64 3B
Octal 377 335 57 0 15 122 0 62 144 73
Binary 11111111 11011101 101111 0 1101 1010010 0 110010 1100100 111011

Color Harmonies of #FFDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD2F

Black with #FFDD2F

Text Example


Text Example

White with #FFDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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