Html Css Color HEX #DCC701 Bird Flower

📋 copy color: '#DCC701'

red 220 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #DCC701

Tints of Bird Flower #DCC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.38%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.38%
G = 47.38%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC701 (or 0xDCC701) is known color: Bird Flower. HEX triplet: DC, C7 and 01. RGB value is (220,199,1). Sum of RGB (Red+Green+Blue) = 220+199+1=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC701 is #2338FE. Grayscale: #B7B7B7. Windows color (decimal): -2308351 or 116700. OLE color: 116700.

HSL color Cylindrical-coordinate representation of color #DCC701: hue angle of 54.25º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 1 -
CMYK 0 0.10 1.00 0.14
HSL 54.25º 0.99% 0.43% -
HSV(B) 54.25º 1% 0.86% -
XYZ 49.94 56.06 8.22 -
YUV 182.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 220 199 1 0 0.10 1.00 0.14 54.25 0.99 0.43
Hex DC C7 1 0 A 64 E 36 63 2B
Octal 334 307 1 0 12 144 16 66 143 53
Binary 11011100 11000111 1 0 1010 1100100 1110 110110 1100011 101011

Color Harmonies of #DCC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC701

Black with #DCC701

Text Example


Text Example

White with #DCC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC701; }

 p { color: rgb(220,199,1); }

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

background-color css

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

 a { background-color: rgb(220,199,1); }

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

border-color css

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

 span { border-color: rgb(220,199,1); }

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