Html Css Color HEX #DCC81D Sunflower

📋 copy color: '#DCC81D'

red 220 ◦ green 200 ◦ blue 29

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

Shades of Sunflower #DCC81D

Tints of Sunflower #DCC81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 49%
G = 44.54%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC81D (or 0xDCC81D) is known color: Sunflower. HEX triplet: DC, C8 and 1D. RGB value is (220,200,29). Sum of RGB (Red+Green+Blue) = 220+200+29=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81D is #2337E2. Grayscale: #BBBBBB. Windows color (decimal): -2308067 or 1951964. OLE color: 1951964.

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

Color convert

RGB 220 200 29 -
CMYK 0 0.09 0.87 0.14
HSL 53.72º 0.77% 0.49% -
HSV(B) 53.72º 0.87% 0.86% -
XYZ 50.39 56.61 9.43 -
YUV 186.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 220 200 29 0 0.09 0.87 0.14 53.72 0.77 0.49
Hex DC C8 1D 0 9 57 E 36 4D 31
Octal 334 310 35 0 11 127 16 66 115 61
Binary 11011100 11001000 11101 0 1001 1010111 1110 110110 1001101 110001

Color Harmonies of #DCC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC81D

Black with #DCC81D

Text Example


Text Example

White with #DCC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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