Html Css Color HEX #DCC81A Sunflower

📋 copy color: '#DCC81A'

red 220 ◦ green 200 ◦ blue 26

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

Shades of Sunflower #DCC81A

Tints of Sunflower #DCC81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 49.33%
G = 44.84%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC81A (or 0xDCC81A) is known color: Sunflower. HEX triplet: DC, C8 and 1A. RGB value is (220,200,26). Sum of RGB (Red+Green+Blue) = 220+200+26=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81A is #2337E5. Grayscale: #BABABA. Windows color (decimal): -2308070 or 1755356. OLE color: 1755356.

HSL color Cylindrical-coordinate representation of color #DCC81A: hue angle of 53.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC81A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 26 -
CMYK 0 0.09 0.88 0.14
HSL 53.81º 0.79% 0.48% -
HSV(B) 53.81º 0.88% 0.86% -
XYZ 50.36 56.6 9.25 -
YUV 186.14 37.63 152.15 -
System Red Green Blue C M Y K H S L
Decimal 220 200 26 0 0.09 0.88 0.14 53.81 0.79 0.48
Hex DC C8 1A 0 9 58 E 36 4F 30
Octal 334 310 32 0 11 130 16 66 117 60
Binary 11011100 11001000 11010 0 1001 1011000 1110 110110 1001111 110000

Color Harmonies of #DCC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC81A

Black with #DCC81A

Text Example


Text Example

White with #DCC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC81A; }

 p { color: rgb(220,200,26); }

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

background-color css

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

 a { background-color: rgb(220,200,26); }

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

border-color css

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

 span { border-color: rgb(220,200,26); }

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