Html Css Color HEX #DCC601 Bird Flower

📋 copy color: '#DCC601'

red 220 ◦ green 198 ◦ blue 1

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

Shades of Bird Flower #DCC601

Tints of Bird Flower #DCC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 52.51%
G = 47.26%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC601 (or 0xDCC601) is known color: Bird Flower. HEX triplet: DC, C6 and 01. RGB value is (220,198,1). Sum of RGB (Red+Green+Blue) = 220+198+1=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC601 is #2339FE. Grayscale: #B6B6B6. Windows color (decimal): -2308607 or 116444. OLE color: 116444.

HSL color Cylindrical-coordinate representation of color #DCC601: hue angle of 53.97º 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 #DCC601 is Cyan = 0, Magento = 0.1, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 1 -
CMYK 0 0.1 1.00 0.14
HSL 53.97º 0.99% 0.43% -
HSV(B) 53.97º 1% 0.86% -
XYZ 49.71 55.61 8.14 -
YUV 182.12 25.79 155.02 -
System Red Green Blue C M Y K H S L
Decimal 220 198 1 0 0.1 1.00 0.14 53.97 0.99 0.43
Hex DC C6 1 0 A 64 E 36 63 2B
Octal 334 306 1 0 12 144 16 66 143 53
Binary 11011100 11000110 1 0 1010 1100100 1110 110110 1100011 101011

Color Harmonies of #DCC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC601

Black with #DCC601

Text Example


Text Example

White with #DCC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC601; }

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

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

background-color css

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

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

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

border-color css

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

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

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