Html Css Color HEX #DCC90A Sunflower

📋 copy color: '#DCC90A'

red 220 ◦ green 201 ◦ blue 10

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

Shades of Sunflower #DCC90A

Tints of Sunflower #DCC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.64%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 51.04%
G = 46.64%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC90A (or 0xDCC90A) is known color: Sunflower. HEX triplet: DC, C9 and 0A. RGB value is (220,201,10). Sum of RGB (Red+Green+Blue) = 220+201+10=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC90A is #2336F5. Grayscale: #B9B9B9. Windows color (decimal): -2307830 or 707036. OLE color: 707036.

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

Color convert

RGB 220 201 10 -
CMYK 0 0.09 0.95 0.14
HSL 54.57º 0.91% 0.45% -
HSV(B) 54.57º 0.95% 0.86% -
XYZ 50.46 57.01 8.63 -
YUV 184.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 220 201 10 0 0.09 0.95 0.14 54.57 0.91 0.45
Hex DC C9 A 0 9 5F E 37 5B 2D
Octal 334 311 12 0 11 137 16 67 133 55
Binary 11011100 11001001 1010 0 1001 1011111 1110 110111 1011011 101101

Color Harmonies of #DCC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC90A

Black with #DCC90A

Text Example


Text Example

White with #DCC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC90A; }

 p { color: rgb(220,201,10); }

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

background-color css

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

 a { background-color: rgb(220,201,10); }

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

border-color css

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

 span { border-color: rgb(220,201,10); }

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