Html Css Color HEX #DCCA0A Sunflower

📋 copy color: '#DCCA0A'

red 220 ◦ green 202 ◦ blue 10

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

Shades of Sunflower #DCCA0A

Tints of Sunflower #DCCA0A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.76%

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

R = 50.93%
G = 46.76%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCCA0A (or 0xDCCA0A) is known color: Sunflower. HEX triplet: DC, CA and 0A. RGB value is (220,202,10). Sum of RGB (Red+Green+Blue) = 220+202+10=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA0A is #2335F5. Grayscale: #BABABA. Windows color (decimal): -2307574 or 707292. OLE color: 707292.

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

Color convert

RGB 220 202 10 -
CMYK 0 0.08 0.95 0.14
HSL 54.86º 0.91% 0.45% -
HSV(B) 54.86º 0.95% 0.86% -
XYZ 50.69 57.48 8.71 -
YUV 185.49 28.96 152.61 -
System Red Green Blue C M Y K H S L
Decimal 220 202 10 0 0.08 0.95 0.14 54.86 0.91 0.45
Hex DC CA A 0 8 5F E 37 5B 2D
Octal 334 312 12 0 10 137 16 67 133 55
Binary 11011100 11001010 1010 0 1000 1011111 1110 110111 1011011 101101

Color Harmonies of #DCCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA0A

Black with #DCCA0A

Text Example


Text Example

White with #DCCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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