Html Css Color HEX #DDB23B Tulip Tree

📋 copy color: '#DDB23B'

red 221 ◦ green 178 ◦ blue 59

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

Shades of Tulip Tree #DDB23B

Tints of Tulip Tree #DDB23B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 59 (23.44% from 255) = 12.88%

R = 48.25%
G = 38.86%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDB23B (or 0xDDB23B) is known color: Tulip Tree. HEX triplet: DD, B2 and 3B. RGB value is (221,178,59). Sum of RGB (Red+Green+Blue) = 221+178+59=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB23B is #224DC4. Grayscale: #B1B1B1. Windows color (decimal): -2248133 or 3912413. OLE color: 3912413.

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

Color convert

RGB 221 178 59 -
CMYK 0 0.19 0.73 0.13
HSL 44.07º 0.7% 0.55% -
HSV(B) 44.07º 0.73% 0.87% -
XYZ 46.53 47.53 10.86 -
YUV 177.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 221 178 59 0 0.19 0.73 0.13 44.07 0.7 0.55
Hex DD B2 3B 0 13 49 D 2C 46 37
Octal 335 262 73 0 23 111 15 54 106 67
Binary 11011101 10110010 111011 0 10011 1001001 1101 101100 1000110 110111

Color Harmonies of #DDB23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB23B

Black with #DDB23B

Text Example


Text Example

White with #DDB23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB23B; }

 p { color: rgb(221,178,59); }

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

background-color css

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

 a { background-color: rgb(221,178,59); }

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

border-color css

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

 span { border-color: rgb(221,178,59); }

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