Html Css Color HEX #DAC307 Bird Flower

📋 copy color: '#DAC307'

red 218 ◦ green 195 ◦ blue 7

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

Shades of Bird Flower #DAC307

Tints of Bird Flower #DAC307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 51.9%
G = 46.43%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC307 (or 0xDAC307) is known color: Bird Flower. HEX triplet: DA, C3 and 07. RGB value is (218,195,7). Sum of RGB (Red+Green+Blue) = 218+195+7=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC307 is #253CF8. Grayscale: #B5B5B5. Windows color (decimal): -2440441 or 508890. OLE color: 508890.

HSL color Cylindrical-coordinate representation of color #DAC307: hue angle of 53.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAC307 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 7 -
CMYK 0 0.11 0.97 0.15
HSL 53.46º 0.94% 0.44% -
HSV(B) 53.46º 0.97% 0.85% -
XYZ 48.47 53.95 8.06 -
YUV 180.45 30.12 154.79 -
System Red Green Blue C M Y K H S L
Decimal 218 195 7 0 0.11 0.97 0.15 53.46 0.94 0.44
Hex DA C3 7 0 B 61 F 35 5E 2C
Octal 332 303 7 0 13 141 17 65 136 54
Binary 11011010 11000011 111 0 1011 1100001 1111 110101 1011110 101100

Color Harmonies of #DAC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC307

Black with #DAC307

Text Example


Text Example

White with #DAC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC307; }

 p { color: rgb(218,195,7); }

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

background-color css

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

 a { background-color: rgb(218,195,7); }

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

border-color css

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

 span { border-color: rgb(218,195,7); }

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