Html Css Color HEX #FFDD34 Gorse

📋 copy color: '#FFDD34'

red 255 ◦ green 221 ◦ blue 52

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

Shades of Gorse #FFDD34

Tints of Gorse #FFDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.85%

R = 48.3%
G = 41.86%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFDD34 (or 0xFFDD34) is known color: Gorse. HEX triplet: FF, DD and 34. RGB value is (255,221,52). Sum of RGB (Red+Green+Blue) = 255+221+52=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 52 (20.70% from 255 or 9.85% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD34 is #0022CB. Grayscale: #D4D4D4. Windows color (decimal): -8908 or 3464703. OLE color: 3464703.

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

Color convert

RGB 255 221 52 -
CMYK 0 0.13 0.80 0
HSL 49.95º 1% 0.6% -
HSV(B) 49.95º 0.8% 1% -
XYZ 67.72 73.22 13.81 -
YUV 211.9 37.76 158.74 -
System Red Green Blue C M Y K H S L
Decimal 255 221 52 0 0.13 0.80 0 49.95 1 0.6
Hex FF DD 34 0 D 50 0 32 64 3C
Octal 377 335 64 0 15 120 0 62 144 74
Binary 11111111 11011101 110100 0 1101 1010000 0 110010 1100100 111100

Color Harmonies of #FFDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD34

Black with #FFDD34

Text Example


Text Example

White with #FFDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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