Html Css Color HEX #DACD07 Bird Flower

📋 copy color: '#DACD07'

red 218 ◦ green 205 ◦ blue 7

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

Shades of Bird Flower #DACD07

Tints of Bird Flower #DACD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 50.7%
G = 47.67%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DACD07 (or 0xDACD07) is known color: Bird Flower. HEX triplet: DA, CD and 07. RGB value is (218,205,7). Sum of RGB (Red+Green+Blue) = 218+205+7=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD07 is #2532F8. Grayscale: #BBBBBB. Windows color (decimal): -2437881 or 511450. OLE color: 511450.

HSL color Cylindrical-coordinate representation of color #DACD07: hue angle of 56.3º 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 #DACD07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 205 7 -
CMYK 0 0.06 0.97 0.15
HSL 56.3º 0.94% 0.44% -
HSV(B) 56.3º 0.97% 0.85% -
XYZ 50.78 58.58 8.83 -
YUV 186.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 218 205 7 0 0.06 0.97 0.15 56.3 0.94 0.44
Hex DA CD 7 0 6 61 F 38 5E 2C
Octal 332 315 7 0 6 141 17 70 136 54
Binary 11011010 11001101 111 0 110 1100001 1111 111000 1011110 101100

Color Harmonies of #DACD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD07

Black with #DACD07

Text Example


Text Example

White with #DACD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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