Html Css Color HEX #DDC30B Sunflower

📋 copy color: '#DDC30B'

red 221 ◦ green 195 ◦ blue 11

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

Shades of Sunflower #DDC30B

Tints of Sunflower #DDC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 51.76%
G = 45.67%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC30B (or 0xDDC30B) is known color: Sunflower. HEX triplet: DD, C3 and 0B. RGB value is (221,195,11). Sum of RGB (Red+Green+Blue) = 221+195+11=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC30B is #223CF4. Grayscale: #B6B6B6. Windows color (decimal): -2243829 or 771037. OLE color: 771037.

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

Color convert

RGB 221 195 11 -
CMYK 0 0.12 0.95 0.13
HSL 52.57º 0.91% 0.45% -
HSV(B) 52.57º 0.95% 0.87% -
XYZ 49.39 54.43 8.22 -
YUV 181.8 31.61 155.96 -
System Red Green Blue C M Y K H S L
Decimal 221 195 11 0 0.12 0.95 0.13 52.57 0.91 0.45
Hex DD C3 B 0 C 5F D 35 5B 2D
Octal 335 303 13 0 14 137 15 65 133 55
Binary 11011101 11000011 1011 0 1100 1011111 1101 110101 1011011 101101

Color Harmonies of #DDC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC30B

Black with #DDC30B

Text Example


Text Example

White with #DDC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC30B; }

 p { color: rgb(221,195,11); }

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

background-color css

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

 a { background-color: rgb(221,195,11); }

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

border-color css

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

 span { border-color: rgb(221,195,11); }

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