Html Css Color HEX #DDB142 Tulip Tree

📋 copy color: '#DDB142'

red 221 ◦ green 177 ◦ blue 66

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

Shades of Tulip Tree #DDB142

Tints of Tulip Tree #DDB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 47.63%
G = 38.15%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB142 (or 0xDDB142) is known color: Tulip Tree. HEX triplet: DD, B1 and 42. RGB value is (221,177,66). Sum of RGB (Red+Green+Blue) = 221+177+66=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB142 is #224EBD. Grayscale: #B1B1B1. Windows color (decimal): -2248382 or 4370909. OLE color: 4370909.

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

Color convert

RGB 221 177 66 -
CMYK 0 0.20 0.70 0.13
HSL 42.97º 0.7% 0.56% -
HSV(B) 42.97º 0.7% 0.87% -
XYZ 46.52 47.21 11.81 -
YUV 177.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 221 177 66 0 0.20 0.70 0.13 42.97 0.7 0.56
Hex DD B1 42 0 14 46 D 2B 46 38
Octal 335 261 102 0 24 106 15 53 106 70
Binary 11011101 10110001 1000010 0 10100 1000110 1101 101011 1000110 111000

Color Harmonies of #DDB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB142

Black with #DDB142

Text Example


Text Example

White with #DDB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB142; }

 p { color: rgb(221,177,66); }

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

background-color css

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

 a { background-color: rgb(221,177,66); }

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

border-color css

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

 span { border-color: rgb(221,177,66); }

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