Html Css Color HEX #DDDA02 Bird Flower

📋 copy color: '#DDDA02'

red 221 ◦ green 218 ◦ blue 2

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

Shades of Bird Flower #DDDA02

Tints of Bird Flower #DDDA02

RGB

 RED value IS 221 (86.72% from 255) = 50.11%

 GREEN value IS 218 (85.55% from 255) = 49.43%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50.11%
G = 49.43%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDDA02 (or 0xDDDA02) is known color: Bird Flower. HEX triplet: DD, DA and 02. RGB value is (221,218,2). Sum of RGB (Red+Green+Blue) = 221+218+2=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA02 is #2225FD. Grayscale: #C3C3C3. Windows color (decimal): -2237950 or 187101. OLE color: 187101.

HSL color Cylindrical-coordinate representation of color #DDDA02: hue angle of 59.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDDA02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 2 -
CMYK 0 0.01 0.99 0.13
HSL 59.18º 0.98% 0.44% -
HSV(B) 59.18º 0.99% 0.87% -
XYZ 54.9 65.52 9.81 -
YUV 194.27 19.49 147.06 -
System Red Green Blue C M Y K H S L
Decimal 221 218 2 0 0.01 0.99 0.13 59.18 0.98 0.44
Hex DD DA 2 0 1 63 D 3B 62 2C
Octal 335 332 2 0 1 143 15 73 142 54
Binary 11011101 11011010 10 0 1 1100011 1101 111011 1100010 101100

Color Harmonies of #DDDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA02

Black with #DDDA02

Text Example


Text Example

White with #DDDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA02; }

 p { color: rgb(221,218,2); }

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

background-color css

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

 a { background-color: rgb(221,218,2); }

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

border-color css

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

 span { border-color: rgb(221,218,2); }

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