Html Css Color HEX #DDC22B Sunflower

📋 copy color: '#DDC22B'

red 221 ◦ green 194 ◦ blue 43

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

Shades of Sunflower #DDC22B

Tints of Sunflower #DDC22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.36%

 BLUE value IS 43 (17.19% from 255) = 9.39%

R = 48.25%
G = 42.36%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC22B (or 0xDDC22B) is known color: Sunflower. HEX triplet: DD, C2 and 2B. RGB value is (221,194,43). Sum of RGB (Red+Green+Blue) = 221+194+43=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC22B is #223DD4. Grayscale: #B9B9B9. Windows color (decimal): -2244053 or 2867933. OLE color: 2867933.

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

Color convert

RGB 221 194 43 -
CMYK 0 0.12 0.81 0.13
HSL 50.9º 0.72% 0.52% -
HSV(B) 50.9º 0.81% 0.87% -
XYZ 49.55 54.13 10.12 -
YUV 184.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 221 194 43 0 0.12 0.81 0.13 50.9 0.72 0.52
Hex DD C2 2B 0 C 51 D 33 48 34
Octal 335 302 53 0 14 121 15 63 110 64
Binary 11011101 11000010 101011 0 1100 1010001 1101 110011 1001000 110100

Color Harmonies of #DDC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC22B

Black with #DDC22B

Text Example


Text Example

White with #DDC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC22B; }

 p { color: rgb(221,194,43); }

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

background-color css

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

 a { background-color: rgb(221,194,43); }

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

border-color css

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

 span { border-color: rgb(221,194,43); }

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