Html Css Color HEX #DAA33C Tulip Tree

📋 copy color: '#DAA33C'

red 218 ◦ green 163 ◦ blue 60

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

Shades of Tulip Tree #DAA33C

Tints of Tulip Tree #DAA33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 49.43%
G = 36.96%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA33C (or 0xDAA33C) is known color: Tulip Tree. HEX triplet: DA, A3 and 3C. RGB value is (218,163,60). Sum of RGB (Red+Green+Blue) = 218+163+60=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA33C is #255CC3. Grayscale: #A8A8A8. Windows color (decimal): -2448580 or 3974106. OLE color: 3974106.

HSL color Cylindrical-coordinate representation of color #DAA33C: hue angle of 39.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA33C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 60 -
CMYK 0 0.25 0.72 0.15
HSL 39.11º 0.68% 0.55% -
HSV(B) 39.11º 0.72% 0.85% -
XYZ 42.83 41.43 10.01 -
YUV 167.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 218 163 60 0 0.25 0.72 0.15 39.11 0.68 0.55
Hex DA A3 3C 0 19 48 F 27 44 37
Octal 332 243 74 0 31 110 17 47 104 67
Binary 11011010 10100011 111100 0 11001 1001000 1111 100111 1000100 110111

Color Harmonies of #DAA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA33C

Black with #DAA33C

Text Example


Text Example

White with #DAA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA33C; }

 p { color: rgb(218,163,60); }

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

background-color css

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

 a { background-color: rgb(218,163,60); }

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

border-color css

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

 span { border-color: rgb(218,163,60); }

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