Html Css Color HEX #DCC81B Sunflower

📋 copy color: '#DCC81B'

red 220 ◦ green 200 ◦ blue 27

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

Shades of Sunflower #DCC81B

Tints of Sunflower #DCC81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 49.22%
G = 44.74%
B = 6.04%

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

#DCC81B (or 0xDCC81B) is known color: Sunflower. HEX triplet: DC, C8 and 1B. RGB value is (220,200,27). Sum of RGB (Red+Green+Blue) = 220+200+27=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81B is #2337E4. Grayscale: #BABABA. Windows color (decimal): -2308069 or 1820892. OLE color: 1820892.

HSL color Cylindrical-coordinate representation of color #DCC81B: hue angle of 53.78º degrees, saturation: 0.78, 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 #DCC81B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 27 -
CMYK 0 0.09 0.88 0.14
HSL 53.78º 0.78% 0.48% -
HSV(B) 53.78º 0.88% 0.86% -
XYZ 50.37 56.6 9.31 -
YUV 186.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 220 200 27 0 0.09 0.88 0.14 53.78 0.78 0.48
Hex DC C8 1B 0 9 58 E 36 4E 30
Octal 334 310 33 0 11 130 16 66 116 60
Binary 11011100 11001000 11011 0 1001 1011000 1110 110110 1001110 110000

Color Harmonies of #DCC81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC81B

Black with #DCC81B

Text Example


Text Example

White with #DCC81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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