Html Css Color HEX #DAAF43 Tulip Tree

📋 copy color: '#DAAF43'

red 218 ◦ green 175 ◦ blue 67

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

Shades of Tulip Tree #DAAF43

Tints of Tulip Tree #DAAF43

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

 BLUE value IS 67 (26.56% from 255) = 14.57%

R = 47.39%
G = 38.04%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAAF43 (or 0xDAAF43) is known color: Tulip Tree. HEX triplet: DA, AF and 43. RGB value is (218,175,67). Sum of RGB (Red+Green+Blue) = 218+175+67=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF43 is #2550BC. Grayscale: #B0B0B0. Windows color (decimal): -2445501 or 4435930. OLE color: 4435930.

HSL color Cylindrical-coordinate representation of color #DAAF43: hue angle of 42.91º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAAF43 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 67 -
CMYK 0 0.20 0.69 0.15
HSL 42.91º 0.67% 0.56% -
HSV(B) 42.91º 0.69% 0.85% -
XYZ 45.26 45.97 11.8 -
YUV 175.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 218 175 67 0 0.20 0.69 0.15 42.91 0.67 0.56
Hex DA AF 43 0 14 45 F 2B 43 38
Octal 332 257 103 0 24 105 17 53 103 70
Binary 11011010 10101111 1000011 0 10100 1000101 1111 101011 1000011 111000

Color Harmonies of #DAAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF43

Black with #DAAF43

Text Example


Text Example

White with #DAAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF43; }

 p { color: rgb(218,175,67); }

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

background-color css

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

 a { background-color: rgb(218,175,67); }

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

border-color css

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

 span { border-color: rgb(218,175,67); }

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