Html Css Color HEX #FFDD44 Gorse

📋 copy color: '#FFDD44'

red 255 ◦ green 221 ◦ blue 68

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

Shades of Gorse #FFDD44

Tints of Gorse #FFDD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.5%

R = 46.88%
G = 40.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFDD44 (or 0xFFDD44) is known color: Gorse. HEX triplet: FF, DD and 44. RGB value is (255,221,68). Sum of RGB (Red+Green+Blue) = 255+221+68=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD44 is #0022BB. Grayscale: #D6D6D6. Windows color (decimal): -8892 or 4513279. OLE color: 4513279.

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

Color convert

RGB 255 221 68 -
CMYK 0 0.13 0.73 0
HSL 49.09º 1% 0.63% -
HSV(B) 49.09º 0.73% 1% -
XYZ 68.14 73.39 16.04 -
YUV 213.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 255 221 68 0 0.13 0.73 0 49.09 1 0.63
Hex FF DD 44 0 D 49 0 31 64 3F
Octal 377 335 104 0 15 111 0 61 144 77
Binary 11111111 11011101 1000100 0 1101 1001001 0 110001 1100100 111111

Color Harmonies of #FFDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD44

Black with #FFDD44

Text Example


Text Example

White with #FFDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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