Html Css Color HEX #DCD907 Bird Flower

📋 copy color: '#DCD907'

red 220 ◦ green 217 ◦ blue 7

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

Shades of Bird Flower #DCD907

Tints of Bird Flower #DCD907

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

 GREEN value IS 217 (85.16% from 255) = 48.87%

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

R = 49.55%
G = 48.87%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCD907 (or 0xDCD907) is known color: Bird Flower. HEX triplet: DC, D9 and 07. RGB value is (220,217,7). Sum of RGB (Red+Green+Blue) = 220+217+7=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD907 is #2326F8. Grayscale: #C2C2C2. Windows color (decimal): -2303737 or 514524. OLE color: 514524.

HSL color Cylindrical-coordinate representation of color #DCD907: hue angle of 59.15º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCD907 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 7 -
CMYK 0 0.01 0.97 0.14
HSL 59.15º 0.94% 0.45% -
HSV(B) 59.15º 0.97% 0.86% -
XYZ 54.37 64.86 9.85 -
YUV 193.96 22.49 146.58 -
System Red Green Blue C M Y K H S L
Decimal 220 217 7 0 0.01 0.97 0.14 59.15 0.94 0.45
Hex DC D9 7 0 1 61 E 3B 5E 2D
Octal 334 331 7 0 1 141 16 73 136 55
Binary 11011100 11011001 111 0 1 1100001 1110 111011 1011110 101101

Color Harmonies of #DCD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD907

Black with #DCD907

Text Example


Text Example

White with #DCD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD907; }

 p { color: rgb(220,217,7); }

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

background-color css

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

 a { background-color: rgb(220,217,7); }

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

border-color css

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

 span { border-color: rgb(220,217,7); }

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